|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
Cumulative time per thread state (microseconds). More...
#include <thread.h>
Data Fields | |
| uint64_t | running_us |
| uint64_t | ready_us |
| uint64_t | blocked_us |
| uint64_t | suspended_us |
Cumulative time per thread state (microseconds).
Only populated when CONFIG_OVE_THREAD_STATE_STATS is enabled.
| uint64_t ove_thread_state_times::running_us |
Time in RUNNING state.
| uint64_t ove_thread_state_times::ready_us |
Time in READY state.
| uint64_t ove_thread_state_times::blocked_us |
Time in BLOCKED state.
| uint64_t ove_thread_state_times::suspended_us |
Time in SUSPENDED state.