Searched refs:queue_pending (Results 1 – 2 of 2) sorted by relevance
14 sem_init(&queue->queue_pending, 0, 0); in mpp_queue_create()32 sem_post(&queue->queue_pending); in mpp_queue_push()42 sem_wait(&queue->queue_pending); in mpp_queue_pull()62 sem_post(&queue->queue_pending); in mpp_queue_flush()
13 sem_t queue_pending; member