Expand description
RTOS thread management for oveRTOS.
Thread wraps an RTOS task handle with RAII lifecycle management. Threads
can be created from safe Rust fn() entry points via Thread::spawn, and
are automatically destroyed when the Thread handle is dropped.
Structs§
- MemStats
- System heap statistics.
- Thread
- Handle to an OS thread.
- Thread
Info - Snapshot of a single thread’s info.
- Thread
Stats - Runtime statistics for a thread.
Enums§
- Thread
State - Thread state, matching
ove_thread_state_t.
Functions§
- get_
mem_ stats - Query system heap statistics.
- thread_
list - List all threads in the system.