Searched refs:PS_DEADLOCK (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/lib/libkse/thread/
H A Dthr_find_thread.c63 ((pthread->state == PS_DEADLOCK) ||
H A Dthr_setschedparam.c71 (pthread->state == PS_DEADLOCK) ||
H A Dthr_suspend_np.c100 (thread->state != PS_DEADLOCK) &&
H A Dthr_info.c69 {PS_DEADLOCK , "Deadlocked"},
H A Dthr_cancel.c145 case PS_DEADLOCK:
H A Dthr_sig.c268 (thread->state == PS_DEADLOCK) ||
685 (pthread->state == PS_DEADLOCK) ||
940 if (pthread->state == PS_DEAD || pthread->state == PS_DEADLOCK ||
985 case PS_DEADLOCK:
H A Dthr_kern.c840 case PS_DEADLOCK:
1755 case PS_DEADLOCK:
H A Dthr_mutex.c1043 THR_SET_STATE(curthread, PS_DEADLOCK);
H A Dthr_private.h556 PS_DEADLOCK, enumerator in enum:pthread_state

Completed in 111 milliseconds