Searched refs:PS_DEAD (Results 1 – 10 of 10) sorted by relevance
83 if (thread->state != PS_DEAD) { in _pthread_setname_np()132 if (thread->state != PS_DEAD) in _thr_getname_np()
119 if (thread->state != PS_DEAD && in _thr_suspend_all_np()165 while (thread->state != PS_DEAD && in suspend_common()
58 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()
353 if (include_dead == 0 && pthread->state == PS_DEAD) { in _thr_find_thread()
345 PS_DEAD enumerator582 ((thrd)->refcount == 0 && (thrd)->state == PS_DEAD && \
440 if (curthread->state == PS_DEAD) in check_suspend()
50 #define PS_DEAD 5 macro