Home
last modified time | relevance | path

Searched refs:NOTE_EXITSTATUS (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Devent.h273 #define NOTE_EXITSTATUS 0x04000000 /* exit status to be returned, valid for child proc… macro
/xnu-12377.61.12/bsd/kern/
H A Dkern_event.c1116 const uint32_t NoteExitStatusBits = NOTE_EXIT | NOTE_EXITSTATUS; in filt_procattach()
1236 if ((kn->kn_sfflags & NOTE_EXITSTATUS) != 0) { in filt_procevent()
1237 kn->kn_fflags |= NOTE_EXITSTATUS; in filt_procevent()
H A Dproc_info.c3988 if ((exit_flags & NOTE_EXITSTATUS) != 0) { in proc_pidnoteexit()
/xnu-12377.61.12/tests/
H A Dproc_info.c1856 …info(PROC_INFO_CALL_PIDINFO, child_pid, PROC_PIDNOTEEXIT, (uint64_t)(NOTE_EXITSTATUS | NOTE_EXIT_D…