pthread_attr_t Struct Reference

An attribute set to supply to pthread_create() More...

Detailed Description

An attribute set to supply to pthread_create()

A zeroed out datum is default initialized.

See also
pthread_create() for further information

Definition at line 29 of file pthread_threading_attr.h.

#include <pthread_threading_attr.h>

Data Fields

uint8_t detached
 Start in detached state.
 
char * ss_sp
 Stack to use for new thread.
 
size_t ss_size
 Size of dynamically allocated stack, or supplied stack, resp.
 

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