oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Public Attributes | List of all members
ove::ThreadInfo Struct Reference

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.
 

Detailed Description

Snapshot of a single thread.


The documentation for this struct was generated from the following file: