|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
Snapshot of a single thread. More...
#include <thread.hpp>
Public Attributes | |
| const char * | name {} |
| Thread name. | |
| ove_thread_state_t | state {OVE_THREAD_STATE_UNKNOWN} |
| Current state. | |
| int | priority {} |
| Scheduling priority. | |
| size_t | stack_used {} |
| Peak stack usage in bytes. | |
Snapshot of a single thread.