Searched refs:NOTE_EXIT (Results 1 – 4 of 4) sorted by relevance
268 #define NOTE_EXIT 0x80000000 /* process exited */ macro
2594 knote_hint = NOTE_EXIT | (p->p_xstat & 0xffff); in proc_exit()2763 knote_hint = NOTE_EXIT | (child->p_xstat & 0xffff); in reap_child_locked()
1116 const uint32_t NoteExitStatusBits = NOTE_EXIT | NOTE_EXITSTATUS; in filt_procattach()1203 if (event & NOTE_EXIT) { in filt_procevent()1222 if ((event == NOTE_REAP) || ((event == NOTE_EXIT) && !(kn->kn_sfflags & NOTE_REAP))) { in filt_procevent()1234 if (event == NOTE_EXIT) { in filt_procevent()
3309 } else if (hint & NOTE_EXIT) { in filt_signal()