Searched refs:SIGNAL_STAT (Results 1 – 3 of 3) sorted by relevance
108 signal_action |= SIGNAL_STAT; in sig_handler()164 if (signal_action & SIGNAL_STAT) { in clear_stat_signal()166 signal_action &= ~SIGNAL_STAT; in clear_stat_signal()
32 #define SIGNAL_STAT 0x0002 macro
174 || (signal_action & SIGNAL_STAT)) { in ChildTimer()