Tizen RT Libs&Environment  v1.0 D5
posix_spawnattr_s Struct Reference

Structure of posix_spawn attributes. More...

#include <spawn.h>

Data Fields

uint8_t flags
 
uint8_t priority
 
uint8_t policy
 
sigset_t sigmask
 
size_t stacksize
 

Detailed Description

Structure of posix_spawn attributes.

Definition at line 110 of file spawn.h.

Field Documentation

uint8_t flags

Definition at line 113 of file spawn.h.

uint8_t policy

Definition at line 115 of file spawn.h.

uint8_t priority

Definition at line 114 of file spawn.h.

sigset_t sigmask

Definition at line 117 of file spawn.h.

size_t stacksize

Definition at line 123 of file spawn.h.


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