Home
last modified time | relevance | path

Searched refs:POSIX_SPAWN_SETSIGMASK (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/posix/
H A Dspawn.h25 #define POSIX_SPAWN_SETSIGMASK 0x20 macro
/haiku/src/system/libroot/posix/
H A Dspawn.cpp302 | POSIX_SPAWN_SETSIGDEF | POSIX_SPAWN_SETSIGMASK in posix_spawnattr_setflags()
408 if ((attr->flags & POSIX_SPAWN_SETSIGMASK) != 0) in process_spawnattr()