AWS IoT FreeRTOS+POSIX
pthread_attr_internal_t Struct Reference

Thread attribute object. More...

Data Fields

size_t xStackSize
 
int iDetachState
 
struct sched_param xSchedParam
 

Detailed Description

Thread attribute object.

Field Documentation

◆ xStackSize

size_t pthread_attr_internal_t::xStackSize

Stack size.

◆ iDetachState

int pthread_attr_internal_t::iDetachState

Detach state: joinable or detached.

◆ xSchedParam

struct sched_param pthread_attr_internal_t::xSchedParam

Scheduler parameters.


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