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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c442 int knote_hint; local
797 knote_hint = NOTE_EXIT | (p->p_xstat & 0xffff);
798 proc_knote(p, knote_hint);
952 int knote_hint; local
958 knote_hint = NOTE_EXIT | (child->p_xstat & 0xffff);
980 proc_knote(child, knote_hint);
1000 proc_knote(child, knote_hint);

Completed in 13 milliseconds