Searched refs:PS_SUSPENDED (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/lib/libkse/thread/ |
| D | thr_resume_np.c | 106 if (thread->state == PS_SUSPENDED) in resume_common()
|
| D | thr_suspend_np.c | 105 THR_SET_STATE(thread, PS_SUSPENDED); in suspend_common()
|
| D | thr_kern.c | 806 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()
|
| D | thr_info.c | 67 {PS_SUSPENDED , "Suspended"},
|
| D | thr_cancel.c | 124 case PS_SUSPENDED: in _pthread_cancel()
|
| D | thr_create.c | 249 new_thread->state = PS_SUSPENDED; in _pthread_create()
|
| D | thr_private.h | 554 PS_SUSPENDED, enumerator 1001 (((thrd)->state == PS_SUSPENDED) || \
|
| D | thr_sig.c | 989 case PS_SUSPENDED: in _thr_sig_add()
|