Loading...
Searching...
No Matches
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.
 

Field Documentation

◆ detached

uint8_t pthread_attr_t::detached

Start in detached state.

Definition at line 31 of file pthread_threading_attr.h.

◆ ss_size

size_t pthread_attr_t::ss_size

Size of dynamically allocated stack, or supplied stack, resp.

Definition at line 33 of file pthread_threading_attr.h.

◆ ss_sp

char* pthread_attr_t::ss_sp

Stack to use for new thread.

Definition at line 32 of file pthread_threading_attr.h.


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