Tizen RT Libs&Environment  v1.1 D4
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

◆ flags

uint8_t flags

Definition at line 113 of file spawn.h.

◆ policy

uint8_t policy

Definition at line 115 of file spawn.h.

◆ priority

uint8_t priority

Definition at line 114 of file spawn.h.

◆ sigmask

sigset_t sigmask

Definition at line 117 of file spawn.h.

◆ stacksize

size_t stacksize

Definition at line 123 of file spawn.h.


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