Home
last modified time | relevance | path

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

/trueos/lib/libkse/thread/
HDthr_find_thread.c63 ((pthread->state == PS_DEADLOCK) || in _thr_ref_add()
HDthr_suspend_np.c100 (thread->state != PS_DEADLOCK) && in suspend_common()
HDthr_setschedparam.c71 (pthread->state == PS_DEADLOCK) || in _pthread_setschedparam()
HDthr_sig.c268 (thread->state == PS_DEADLOCK) || in _thr_sig_dispatch()
685 (pthread->state == PS_DEADLOCK) || in thr_sig_find()
940 if (pthread->state == PS_DEAD || pthread->state == PS_DEADLOCK || in _thr_sig_add()
985 case PS_DEADLOCK: in _thr_sig_add()
HDthr_info.c69 {PS_DEADLOCK , "Deadlocked"},
HDthr_cancel.c145 case PS_DEADLOCK: in _pthread_cancel()
HDthr_private.h556 PS_DEADLOCK, enumerator
HDthr_kern.c840 case PS_DEADLOCK: in kse_sched_single()
1755 case PS_DEADLOCK: in kse_switchout_thread()
HDthr_mutex.c1043 THR_SET_STATE(curthread, PS_DEADLOCK); in mutex_self_lock()