Searched refs:PDF_EXITED (Results 1 – 2 of 2) sorted by relevance
304 pd->pd_flags |= PDF_EXITED; in procdesc_exit()437 if (pd->pd_flags & PDF_EXITED) in procdesc_poll()466 event = pd->pd_flags & PDF_EXITED ? NOTE_EXIT : 0; in procdesc_kqops_event()
89 #define PDF_EXITED 0x00000004 /* Process exited. */ macro