Searched refs:PS_DEAD (Results 1 – 12 of 12) sorted by relevance
86 if (thread->state != PS_DEAD) { in _pthread_setname_np()134 if (thread->state != PS_DEAD) in _pthread_getname_np()
121 if (thread->state != PS_DEAD && in _pthread_suspend_all_np()167 while (thread->state != PS_DEAD && in suspend_common()
61 int _thread_state_zoombie = PS_DEAD;
77 if (pthread->state != PS_DEAD) in _thr_cancel()
305 curthread->state = PS_DEAD;
205 new_thread->state = PS_DEAD; in _pthread_create()
356 if (include_dead == 0 && pthread->state == PS_DEAD) { in _thr_find_thread()
350 PS_DEAD enumerator580 ((thrd)->refcount == 0 && (thrd)->state == PS_DEAD && \
390 if (curthread->state == PS_DEAD) in check_suspend()
51 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()
109 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()
52 #define PS_DEAD 5 macro