Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
posix_thread Struct Reference

#include <pthread.h>

Data Fields

struct k_thread thread
 
sys_slist_t key_list
 
voidretval
 
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
 

Field Documentation

◆ cancel_lock

pthread_mutex_t posix_thread::cancel_lock

◆ cancel_pending

int posix_thread::cancel_pending

◆ cancel_state

int posix_thread::cancel_state

◆ key_list

sys_slist_t posix_thread::key_list

◆ retval

void* posix_thread::retval

◆ state

enum pthread_state posix_thread::state

◆ state_cond

pthread_cond_t posix_thread::state_cond

◆ state_lock

pthread_mutex_t posix_thread::state_lock

◆ thread

struct k_thread posix_thread::thread

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