Searched refs:KILL_SIGNALS (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/
H A Dksignal.h33 #define KILL_SIGNALS \ macro
H A Dthread.h199 && (pendingSignals & KILL_SIGNALS) != 0);
/haiku/src/system/kernel/
H A Dsignal.cpp50 (~(KILL_SIGNALS | SIGNAL_TO_MASK(SIGSTOP) \
65 (KILL_SIGNALS \
978 if ((signalMask & KILL_SIGNALS) == 0) {
1163 & (CONTINUE_SIGNALS | KILL_SIGNALS)) != 0;
2079 if ((pendingSignals & KILL_SIGNALS) != 0)

Completed in 54 milliseconds