|
Zephyr Project API 4.1.0
A Scalable Open Source RTOS
|
Control block for a CMSIS-RTOSv2 thread. More...
#include <cmsis_types.h>
Data Fields | |
| sys_dnode_t | node |
| struct k_poll_signal | poll_signal |
| struct k_poll_event | poll_event |
| uint32_t | signal_results |
| char | name [16] |
| uint32_t | attr_bits |
| struct k_sem | join_guard |
| char | has_joined |
Control block for a CMSIS-RTOSv2 thread.
Application can use manual user-defined allocation for RTOS objects by supplying a pointer to thread control block. Control block is initiazed within osThreadNew().
| uint32_t cmsis_rtos_thread_cb::attr_bits |
| char cmsis_rtos_thread_cb::has_joined |
| struct k_sem cmsis_rtos_thread_cb::join_guard |
| char cmsis_rtos_thread_cb::name[16] |
| sys_dnode_t cmsis_rtos_thread_cb::node |
| struct k_poll_event cmsis_rtos_thread_cb::poll_event |
| struct k_poll_signal cmsis_rtos_thread_cb::poll_signal |
| uint32_t cmsis_rtos_thread_cb::signal_results |