Searched refs:dequeued (Results 1 – 7 of 7) sorted by relevance
134 pthread_cond_t dequeued; member345 pthread_cond_init(&queue->zq_cond.dequeued, NULL); in zstream_queue_create()731 pthread_cond_wait(&queue->zq_cond.dequeued, &queue->zq_mutex); in zstream_enqueue()790 VERIFY0(pthread_cond_destroy(&queue->zq_cond.dequeued)); in zstream_queue_destroy()849 pthread_cond_signal(&queue->zq_cond.dequeued); in zstream_dequeue()
61 Always accept incoming streams, allowing them to be dequeued using
1378 kmp_int32 dequeued; in __kmp_release_queuing_lock() local1409 dequeued = FALSE; in __kmp_release_queuing_lock()1421 dequeued = KMP_COMPARE_AND_STORE_REL64( in __kmp_release_queuing_lock()1450 dequeued = TRUE; in __kmp_release_queuing_lock()1454 if (dequeued) { in __kmp_release_queuing_lock()
206 more controlled bytes are dequeued from any stream and passed to the
327 all read buffers being dequeued; see below.) For convenience we could have an
168 be dequeued.
239 // instructions, to model that only one vector instruction may be dequeued at a