Home
last modified time | relevance | path

Searched refs:DBG_CAN_RUN (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/lib/libkse/thread/
Dthr_priority_queue.c288 while (pthread != NULL && !DBG_CAN_RUN(pthread)) { in _pq_first_debug()
Dthr_private.h1004 #define DBG_CAN_RUN(thrd) (((thrd)->tcb->tcb_tmbx.tm_dflags & \ macro
Dthr_kern.c1004 else if ((curthread->need_switchout == 0) && DBG_CAN_RUN(curthread) && in kse_sched_multi()
2566 if (!DBG_CAN_RUN(curthread)) { in _thr_debug_check_yield()