Lines Matching refs:one_big_mutex
316 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);
481 if ((rv = apr_thread_mutex_lock(queue->one_big_mutex)) != APR_SUCCESS) {
485 return apr_thread_mutex_unlock(queue->one_big_mutex);
492 if ((rv = apr_thread_mutex_lock(queue->one_big_mutex)) != APR_SUCCESS) {
495 /* we must hold one_big_mutex when setting this... otherwise,
500 if ((rv = apr_thread_mutex_unlock(queue->one_big_mutex)) != APR_SUCCESS) {