posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
pthread_attr_t Struct Reference

Data Fields

void * stack
 
size_t stacksize
 
size_t guardsize
 
uint32_t details
 

Detailed Description

Definition at line 120 of file signal.h.

Field Documentation

◆ details

uint32_t pthread_attr_t::details

Definition at line 124 of file signal.h.

◆ guardsize

size_t pthread_attr_t::guardsize

Definition at line 123 of file signal.h.

◆ stack

void* pthread_attr_t::stack

Definition at line 121 of file signal.h.

◆ stacksize

size_t pthread_attr_t::stacksize

Definition at line 122 of file signal.h.


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