Searched refs:PTHREAD_FLAGS_IN_WORKQ (Results 1 – 7 of 7) sorted by relevance
115 if ((thread->flags & PTHREAD_FLAGS_IN_WORKQ) != 0) in suspend_common()128 if ((thread->flags & PTHREAD_FLAGS_IN_WORKQ) != 0) in suspend_common()
106 (thrd)->flags |= PTHREAD_FLAGS_IN_WORKQ; \110 (thrd)->flags &= ~PTHREAD_FLAGS_IN_WORKQ; \730 #define PTHREAD_FLAGS_IN_WORKQ 0x0010 /* in work queue using qe link */ macro
47 if ((pthread->flags & PTHREAD_FLAGS_IN_WORKQ) in pthread_cancel()
49 #define _PQ_IN_SCHEDQ (PTHREAD_FLAGS_IN_PRIOQ | PTHREAD_FLAGS_IN_WAITQ | PTHREAD_FLAGS_IN_WORKQ)
332 if (pthread->flags & PTHREAD_FLAGS_IN_WORKQ) in _thread_signal()
137 (pthread->flags & PTHREAD_FLAGS_IN_WORKQ) ? 'R' : '-', in _thread_dump_entry()
297 if (pthread->flags & PTHREAD_FLAGS_IN_WORKQ) in _thread_kern_sched()