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

/freebsd-current/lib/libthr/thread/
H A Dthr_symbols.c58 int _thread_state_zoombie = PS_DEAD;
H A Dthr_info.c83 if (thread->state != PS_DEAD) {
132 if (thread->state != PS_DEAD)
H A Dthr_suspend_np.c118 if (thread->state != PS_DEAD &&
164 while (thread->state != PS_DEAD &&
H A Dthr_cancel.c74 if (pthread->state != PS_DEAD)
H A Dthr_list.c353 if (include_dead == 0 && pthread->state == PS_DEAD) {
H A Dthr_exit.c302 curthread->state = PS_DEAD;
H A Dthr_create.c201 new_thread->state = PS_DEAD;
H A Dthr_private.h345 PS_DEAD enumerator in enum:pthread_state
582 ((thrd)->refcount == 0 && (thrd)->state == PS_DEAD && \
H A Dthr_sig.c440 if (curthread->state == PS_DEAD)
/freebsd-current/lib/libproc/
H A Dproc_regs.c47 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
99 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
H A Dproc_bkpt.c103 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
164 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
H A Dlibproc.h50 #define PS_DEAD 5 macro

Completed in 220 milliseconds