Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_info.c83 if (thread->state != PS_DEAD) { in _pthread_setname_np()
132 if (thread->state != PS_DEAD) in _thr_getname_np()
H A Dthr_suspend_np.c119 if (thread->state != PS_DEAD && in _thr_suspend_all_np()
165 while (thread->state != PS_DEAD && in suspend_common()
H A Dthr_symbols.c58 int _thread_state_zoombie = PS_DEAD;
H A Dthr_cancel.c74 if (pthread->state != PS_DEAD) in _thr_cancel()
H A Dthr_exit.c302 curthread->state = PS_DEAD;
H A Dthr_create.c201 new_thread->state = PS_DEAD; in _pthread_create()
H A Dthr_list.c353 if (include_dead == 0 && pthread->state == PS_DEAD) { in _thr_find_thread()
H A Dthr_private.h345 PS_DEAD enumerator
582 ((thrd)->refcount == 0 && (thrd)->state == PS_DEAD && \
H A Dthr_sig.c440 if (curthread->state == PS_DEAD) in check_suspend()
/freebsd/lib/libproc/
H A Dlibproc.h50 #define PS_DEAD 5 macro