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

/freebsd-13-stable/lib/libthr/thread/
H A Dthr_symbols.c61 int _thread_state_zoombie = PS_DEAD;
H A Dthr_info.c86 if (thread->state != PS_DEAD) {
134 if (thread->state != PS_DEAD)
H A Dthr_suspend_np.c121 if (thread->state != PS_DEAD &&
167 while (thread->state != PS_DEAD &&
H A Dthr_cancel.c77 if (pthread->state != PS_DEAD)
H A Dthr_create.c204 new_thread->state = PS_DEAD;
H A Dthr_exit.c305 curthread->state = PS_DEAD;
H A Dthr_list.c356 if (include_dead == 0 && pthread->state == PS_DEAD) {
H A Dthr_private.h350 PS_DEAD enumerator in enum:pthread_state
587 ((thrd)->refcount == 0 && (thrd)->state == PS_DEAD && \
H A Dthr_sig.c445 if (curthread->state == PS_DEAD)
/freebsd-13-stable/lib/libproc/
H A Dproc_bkpt.c109 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
170 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
H A Dproc_regs.c51 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
107 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
H A Dlibproc.h52 #define PS_DEAD 5 macro

Completed in 175 milliseconds