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

Spawn attributes object, initialized with posix_spawnattr_init(). More...

#include <zephyr/posix/spawn.h>

Collaboration diagram for posix_spawnattr_t:

Data Fields

short flags
 
pid_t pgroup
 
sigset_t sigdefault
 
sigset_t sigmask
 
struct sched_param schedparam
 
int schedpolicy
 

Detailed Description

Spawn attributes object, initialized with posix_spawnattr_init().

Definition at line 69 of file spawn.h.

Field Documentation

◆ flags

short posix_spawnattr_t::flags

Definition at line 70 of file spawn.h.

◆ pgroup

pid_t posix_spawnattr_t::pgroup

Definition at line 71 of file spawn.h.

◆ schedparam

struct sched_param posix_spawnattr_t::schedparam

Definition at line 74 of file spawn.h.

◆ schedpolicy

int posix_spawnattr_t::schedpolicy

Definition at line 75 of file spawn.h.

◆ sigdefault

sigset_t posix_spawnattr_t::sigdefault

Definition at line 72 of file spawn.h.

◆ sigmask

sigset_t posix_spawnattr_t::sigmask

Definition at line 73 of file spawn.h.


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