spawn.h#

Macros#

Macro

Implemented

C23 Standard Section

POSIX Docs

POSIX_SPAWN_RESETIDS

POSIX.1-2024

POSIX_SPAWN_SETPGROUP

POSIX.1-2024

POSIX_SPAWN_SETSCHEDPARAM

POSIX.1-2024

POSIX_SPAWN_SETSCHEDULER

POSIX.1-2024

POSIX_SPAWN_SETSID

POSIX.1-2024

POSIX_SPAWN_SETSIGDEF

POSIX.1-2024

POSIX_SPAWN_SETSIGMASK

POSIX.1-2024

Functions#

Function

Implemented

C23 Standard Section

POSIX Docs

posix_spawn

POSIX.1-2024

posix_spawn_file_actions_addchdir

POSIX.1-2024

posix_spawn_file_actions_addclose

POSIX.1-2024

posix_spawn_file_actions_adddup2

POSIX.1-2024

posix_spawn_file_actions_addfchdir

POSIX.1-2024

posix_spawn_file_actions_addopen

POSIX.1-2024

posix_spawn_file_actions_destroy

POSIX.1-2024

posix_spawn_file_actions_init

POSIX.1-2024

posix_spawnattr_destroy

POSIX.1-2024

posix_spawnattr_getflags

POSIX.1-2024

posix_spawnattr_getpgroup

POSIX.1-2024

posix_spawnattr_getschedparam

POSIX.1-2024

posix_spawnattr_getschedpolicy

POSIX.1-2024

posix_spawnattr_getsigdefault

POSIX.1-2024

posix_spawnattr_getsigmask

POSIX.1-2024

posix_spawnattr_init

POSIX.1-2024

posix_spawnattr_setflags

POSIX.1-2024

posix_spawnattr_setpgroup

POSIX.1-2024

posix_spawnattr_setschedparam

POSIX.1-2024

posix_spawnattr_setschedpolicy

POSIX.1-2024

posix_spawnattr_setsigdefault

POSIX.1-2024

posix_spawnattr_setsigmask

POSIX.1-2024

posix_spawnp

POSIX.1-2024