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

/httpd/server/mpm/worker/
H A Dfdqueue.c253 apr_thread_mutex_destroy(queue->one_big_mutex);
266 if ((rv = apr_thread_mutex_create(&queue->one_big_mutex,
300 if ((rv = apr_thread_mutex_lock(queue->one_big_mutex)) != APR_SUCCESS) {
317 if ((rv = apr_thread_mutex_unlock(queue->one_big_mutex)) != APR_SUCCESS) {
335 if ((rv = apr_thread_mutex_lock(queue->one_big_mutex)) != APR_SUCCESS) {
342 apr_thread_cond_wait(queue->not_empty, queue->one_big_mutex);
346 rv = apr_thread_mutex_unlock(queue->one_big_mutex);
371 rv = apr_thread_mutex_unlock(queue->one_big_mutex);
379 if ((rv = apr_thread_mutex_lock(queue->one_big_mutex)) != APR_SUCCESS) {
383 return apr_thread_mutex_unlock(queue->one_big_mutex);
[all...]
H A Dfdqueue.h62 apr_thread_mutex_t *one_big_mutex; member in struct:fd_queue_t
/httpd/server/mpm/event/
H A Dfdqueue.c316 apr_thread_mutex_destroy(queue->one_big_mutex);
330 if ((rv = apr_thread_mutex_create(&queue->one_big_mutex,
369 if ((rv = apr_thread_mutex_lock(queue->one_big_mutex)) != APR_SUCCESS) {
387 if ((rv = apr_thread_mutex_unlock(queue->one_big_mutex)) != APR_SUCCESS) {
398 if ((rv = apr_thread_mutex_lock(queue->one_big_mutex)) != APR_SUCCESS) {
408 if ((rv = apr_thread_mutex_unlock(queue->one_big_mutex)) != APR_SUCCESS) {
428 if ((rv = apr_thread_mutex_lock(queue->one_big_mutex)) != APR_SUCCESS) {
435 apr_thread_cond_wait(queue->not_empty, queue->one_big_mutex);
439 rv = apr_thread_mutex_unlock(queue->one_big_mutex);
473 rv = apr_thread_mutex_unlock(queue->one_big_mutex);
[all...]
H A Dfdqueue.h83 apr_thread_mutex_t *one_big_mutex; member in struct:fd_queue_t

Completed in 708 milliseconds