|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
#include <pthread.h>
Data Fields | |
| struct k_thread | thread |
| sys_slist_t | key_list |
| void * | retval |
| int | cancel_state |
| int | cancel_pending |
| pthread_mutex_t | cancel_lock |
| enum pthread_state | state |
| pthread_mutex_t | state_lock |
| pthread_cond_t | state_cond |
| pthread_mutex_t posix_thread::cancel_lock |
| int posix_thread::cancel_pending |
| int posix_thread::cancel_state |
| sys_slist_t posix_thread::key_list |
| void* posix_thread::retval |
| enum pthread_state posix_thread::state |
| pthread_cond_t posix_thread::state_cond |
| pthread_mutex_t posix_thread::state_lock |
| struct k_thread posix_thread::thread |