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

/macosx-10.10.1/apr-32/apr-util/apr-util/misc/
H A Dapr_queue.c53 apr_thread_cond_t *not_full; member in struct:apr_queue_t
92 apr_thread_cond_destroy(queue->not_full);
123 rv = apr_thread_cond_create(&queue->not_full, a);
164 rv = apr_thread_cond_wait(queue->not_full, queue->one_big_mutex);
309 rv = apr_thread_cond_signal(queue->not_full);
351 rv = apr_thread_cond_signal(queue->not_full);
370 apr_thread_cond_broadcast(queue->not_full);

Completed in 62 milliseconds