|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
Snapshot of a single thread's info. More...
#include <thread.h>
Data Fields | |
| const char * | name |
| ove_thread_state_t | state |
| int | priority |
| size_t | stack_used |
Snapshot of a single thread's info.
| const char* ove_thread_info::name |
Thread name (static, do not free).
| ove_thread_state_t ove_thread_info::state |
Execution state.
| int ove_thread_info::priority |
Priority level.
| size_t ove_thread_info::stack_used |
Stack high-water mark (bytes).