Searched refs:PS_DEAD (Results 1 – 12 of 12) sorted by relevance
83 if (thread->state != PS_DEAD) { in _pthread_setname_np()132 if (thread->state != PS_DEAD) in _thr_getname_np()
118 if (thread->state != PS_DEAD && in _pthread_suspend_all_np()164 while (thread->state != PS_DEAD && in suspend_common()
59 int _thread_state_zoombie = PS_DEAD;
74 if (pthread->state != PS_DEAD) in _thr_cancel()
302 curthread->state = PS_DEAD;
201 new_thread->state = PS_DEAD; in _pthread_create()
354 if (include_dead == 0 && pthread->state == PS_DEAD) { in _thr_find_thread()
345 PS_DEAD enumerator582 ((thrd)->refcount == 0 && (thrd)->state == PS_DEAD && \
442 if (curthread->state == PS_DEAD) in check_suspend()
48 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()
106 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()
50 #define PS_DEAD 5 macro