Searched refs:PS_DEAD (Results 1 - 23 of 23) sorted by relevance

/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_info.c56 if (thread->state != PS_DEAD) {
H A Dthr_symbols.c58 int _thread_state_zoombie = PS_DEAD;
H A Dthr_suspend_np.c84 if (thread->state != PS_DEAD &&
128 while (thread->state != PS_DEAD &&
H A Dthr_cancel.c69 if (pthread->state != PS_DEAD)
H A Dthr_exit.c284 curthread->state = PS_DEAD;
H A Dthr_create.c197 new_thread->state = PS_DEAD;
H A Dthr_list.c352 if (include_dead == 0 && pthread->state == PS_DEAD) {
H A Dthr_private.h322 PS_DEAD enumerator in enum:pthread_state
538 ((thrd)->refcount == 0 && (thrd)->state == PS_DEAD && \
H A Dthr_sig.c382 if (curthread->state == PS_DEAD)
/freebsd-9.3-release/lib/libproc/
H A Dproc_regs.c47 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
83 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
H A Dproc_bkpt.c87 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
147 if (phdl->status == PS_DEAD || phdl->status == PS_UNDEAD ||
H A Dlibproc.h49 #define PS_DEAD 5 macro
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_symbols.c60 int _thread_state_zoombie = PS_DEAD;
H A Dthr_exit.c153 THR_SET_STATE(curthread, PS_DEAD);
H A Dthr_find_thread.c62 ((pthread->state == PS_DEAD) ||
H A Dthr_setschedparam.c70 if ((pthread->state == PS_DEAD) ||
H A Dthr_suspend_np.c99 if ((thread->state != PS_DEAD) &&
H A Dthr_info.c68 {PS_DEAD , "Dead"},
110 if (pthread->state != PS_DEAD)
H A Dthr_join.c83 if (pthread->state == PS_DEAD) {
H A Dthr_cancel.c144 case PS_DEAD:
H A Dthr_sig.c267 if ((thread->state == PS_DEAD) ||
684 if ((pthread->state == PS_DEAD) ||
940 if (pthread->state == PS_DEAD || pthread->state == PS_DEADLOCK ||
984 case PS_DEAD:
H A Dthr_kern.c786 case PS_DEAD:
1068 THR_ASSERT(curthread->state != PS_DEAD,
1739 case PS_DEAD:
H A Dthr_private.h555 PS_DEAD, enumerator in enum:pthread_state

Completed in 93 milliseconds