Home
last modified time | relevance | path

Searched refs:SA_NOCLDSTOP (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/system/kernel/
H A Dsigint_bug113_test.cpp45 ADD_SA_FLAG(SA_NOCLDSTOP),
/haiku/headers/posix/
H A Dsignal.h83 #define SA_NOCLDSTOP 0x01 macro
/haiku/src/system/kernel/
H A Dsignal.cpp1147 if ((parentHandler.sa_flags & SA_NOCLDSTOP) == 0) { in handle_signals()