|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Simple wrapper around k_thread. More...
#include <mpipe_thread.h>
Data Fields | |
| struct k_thread | thread |
| k_thread struct | |
| struct k_sem | sem |
| Semaphore used to gate run / pause transitions. | |
| uint8_t | stack_id |
| Thread stack ID. | |
| atomic_t | state |
| Current thread state. | |
| int | priority |
| Priority of the thread. | |
Simple wrapper around k_thread.
| int mpipe_thread::priority |
Priority of the thread.
| struct k_sem mpipe_thread::sem |
Semaphore used to gate run / pause transitions.
| uint8_t mpipe_thread::stack_id |
Thread stack ID.
| atomic_t mpipe_thread::state |
Current thread state.