Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libthr/thread/
HDthr_info.c83 if (thread->state != PS_DEAD) { in _pthread_setname_np()
132 if (thread->state != PS_DEAD) in _thr_getname_np()
HDthr_suspend_np.c118 if (thread->state != PS_DEAD && in _pthread_suspend_all_np()
164 while (thread->state != PS_DEAD && in suspend_common()
HDthr_symbols.c59 int _thread_state_zoombie = PS_DEAD;
HDthr_cancel.c74 if (pthread->state != PS_DEAD) in _thr_cancel()
HDthr_exit.c302 curthread->state = PS_DEAD;
HDthr_create.c201 new_thread->state = PS_DEAD; in _pthread_create()
HDthr_list.c354 if (include_dead == 0 && pthread->state == PS_DEAD) { in _thr_find_thread()
HDthr_private.h345 PS_DEAD enumerator
582 ((thrd)->refcount == 0 && (thrd)->state == PS_DEAD && \
HDthr_sig.c442 if (curthread->state == PS_DEAD) in check_suspend()
/freebsd-13-stable/lib/libproc/
HDproc_regs.c48 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD || in proc_regget()
104 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD || in proc_regset()
HDproc_bkpt.c106 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD || in proc_bkptset()
167 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD || in proc_bkptdel()
HDlibproc.h50 #define PS_DEAD 5 macro