Home
last modified time | relevance | path

Searched refs:PS_SUSPENDED (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/lib/libkse/thread/
Dthr_resume_np.c106 if (thread->state == PS_SUSPENDED) in resume_common()
Dthr_suspend_np.c105 THR_SET_STATE(thread, PS_SUSPENDED); in suspend_common()
Dthr_kern.c806 case PS_SUSPENDED: in kse_sched_single()
822 THR_SET_STATE(curthread, PS_SUSPENDED); in kse_sched_single()
1512 THR_SET_STATE(thread, PS_SUSPENDED); in kse_check_completed()
1570 THR_SET_STATE(pthread, PS_SUSPENDED); in kse_check_waitq()
1723 case PS_SUSPENDED: in kse_switchout_thread()
1752 THR_SET_STATE(thread, PS_SUSPENDED); in kse_switchout_thread()
2001 THR_SET_STATE(thread, PS_SUSPENDED); in _thr_setrunnable_unlocked()
2011 THR_SET_STATE(thread, PS_SUSPENDED); in _thr_setrunnable_unlocked()
Dthr_info.c67 {PS_SUSPENDED , "Suspended"},
Dthr_cancel.c124 case PS_SUSPENDED: in _pthread_cancel()
Dthr_create.c249 new_thread->state = PS_SUSPENDED; in _pthread_create()
Dthr_private.h554 PS_SUSPENDED, enumerator
1001 (((thrd)->state == PS_SUSPENDED) || \
Dthr_sig.c989 case PS_SUSPENDED: in _thr_sig_add()