Home
last modified time | relevance | path

Searched refs:PTHREAD_FLAGS_IN_WORKQ (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/lib/libpthread/uthread/
Duthread_suspend_np.c115 if ((thread->flags & PTHREAD_FLAGS_IN_WORKQ) != 0) in suspend_common()
128 if ((thread->flags & PTHREAD_FLAGS_IN_WORKQ) != 0) in suspend_common()
Dpthread_private.h106 (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
Duthread_cancel.c47 if ((pthread->flags & PTHREAD_FLAGS_IN_WORKQ) in pthread_cancel()
Duthread_priority_queue.c49 #define _PQ_IN_SCHEDQ (PTHREAD_FLAGS_IN_PRIOQ | PTHREAD_FLAGS_IN_WAITQ | PTHREAD_FLAGS_IN_WORKQ)
Duthread_sig.c332 if (pthread->flags & PTHREAD_FLAGS_IN_WORKQ) in _thread_signal()
Duthread_info_openbsd.c137 (pthread->flags & PTHREAD_FLAGS_IN_WORKQ) ? 'R' : '-', in _thread_dump_entry()
Duthread_kern.c297 if (pthread->flags & PTHREAD_FLAGS_IN_WORKQ) in _thread_kern_sched()