Thread states. More...
#include <cmsis-plus/rtos/os.h>
Public Types | |
enum | : state_t { undefined = 0 , ready = 1 , running = 2 , suspended = 3 , terminated = 4 , destroyed = 5 , initializing = 6 } |
An enumeration with all possible thread states. More... | |
Thread states.
The os::rtos::thread::state definition is a container for thread states.
Definition at line 366 of file os-thread.h.
anonymous enum : state_t |
An enumeration with all possible thread states.
Definition at line 371 of file os-thread.h.