Searched refs:THR_FLAGS_IN_WAITQ (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/lib/libkse/thread/
H A Dthr_priority_queue.c48 #define PQ_IN_SCHEDQ (THR_FLAGS_IN_RUNQ | THR_FLAGS_IN_WAITQ)
61 if (((thrd)->flags & THR_FLAGS_IN_WAITQ) == 0) \
H A Dthr_private.h281 if (((thrd)->flags & THR_FLAGS_IN_WAITQ) != 0) { \
283 (thrd)->flags &= ~THR_FLAGS_IN_WAITQ; \
778 #define THR_FLAGS_IN_WAITQ 0x0002 /* in waiting queue using pqe link */ macro
H A Dthr_kern.c1488 thread->flags |= THR_FLAGS_IN_WAITQ;
2008 if ((thread->flags & THR_FLAGS_IN_WAITQ) != 0)

Completed in 166 milliseconds