Thread attribute object. More...
Data Fields | |
size_t | xStackSize |
int | iDetachState |
struct sched_param | xSchedParam |
Thread attribute object.
size_t pthread_attr_internal_t::xStackSize |
Stack size.
int pthread_attr_internal_t::iDetachState |
Detach state: joinable or detached.
struct sched_param pthread_attr_internal_t::xSchedParam |
Scheduler parameters.