Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libthr/thread/
Dthr_info.c86 if (thread->state != PS_DEAD) { in _pthread_setname_np()
134 if (thread->state != PS_DEAD) in _pthread_getname_np()
Dthr_suspend_np.c121 if (thread->state != PS_DEAD && in _pthread_suspend_all_np()
167 while (thread->state != PS_DEAD && in suspend_common()
Dthr_symbols.c61 int _thread_state_zoombie = PS_DEAD;
Dthr_cancel.c77 if (pthread->state != PS_DEAD) in _thr_cancel()
Dthr_exit.c305 curthread->state = PS_DEAD;
Dthr_create.c205 new_thread->state = PS_DEAD; in _pthread_create()
Dthr_list.c356 if (include_dead == 0 && pthread->state == PS_DEAD) { in _thr_find_thread()
Dthr_private.h350 PS_DEAD enumerator
580 ((thrd)->refcount == 0 && (thrd)->state == PS_DEAD && \
Dthr_sig.c390 if (curthread->state == PS_DEAD) in check_suspend()
/freebsd-12-stable/lib/libproc/
Dproc_regs.c51 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD || in proc_regget()
107 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD || in proc_regset()
Dproc_bkpt.c109 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD || in proc_bkptset()
170 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD || in proc_bkptdel()
Dlibproc.h52 #define PS_DEAD 5 macro