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

/httpd/server/mpm/worker/
H A Dfdqueue.c252 apr_thread_cond_destroy(queue->not_empty);
270 if ((rv = apr_thread_cond_create(&queue->not_empty, a)) != APR_SUCCESS) {
315 apr_thread_cond_signal(queue->not_empty);
342 apr_thread_cond_wait(queue->not_empty, queue->one_big_mutex);
382 apr_thread_cond_broadcast(queue->not_empty);
H A Dfdqueue.h63 apr_thread_cond_t *not_empty; member in struct:fd_queue_t
/httpd/server/mpm/event/
H A Dfdqueue.c315 apr_thread_cond_destroy(queue->not_empty);
335 if ((rv = apr_thread_cond_create(&queue->not_empty, a)) != APR_SUCCESS) {
385 apr_thread_cond_signal(queue->not_empty);
406 apr_thread_cond_signal(queue->not_empty);
435 apr_thread_cond_wait(queue->not_empty, queue->one_big_mutex);
484 apr_thread_cond_broadcast(queue->not_empty);
H A Dfdqueue.h84 apr_thread_cond_t *not_empty; member in struct:fd_queue_t

Completed in 19 milliseconds