oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Fields
ove_thread_info Struct Reference

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
 

Detailed Description

Snapshot of a single thread's info.

Field Documentation

◆ name

const char* ove_thread_info::name

Thread name (static, do not free).

◆ state

ove_thread_state_t ove_thread_info::state

Execution state.

◆ priority

int ove_thread_info::priority

Priority level.

◆ stack_used

size_t ove_thread_info::stack_used

Stack high-water mark (bytes).


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