Lines Matching defs:one_big_mutex

51     apr_thread_mutex_t *one_big_mutex;
93 apr_thread_mutex_destroy(queue->one_big_mutex);
111 rv = apr_thread_mutex_create(&queue->one_big_mutex,
156 rv = apr_thread_mutex_lock(queue->one_big_mutex);
164 rv = apr_thread_cond_wait(queue->not_full, queue->one_big_mutex);
167 apr_thread_mutex_unlock(queue->one_big_mutex);
174 rv = apr_thread_mutex_unlock(queue->one_big_mutex);
197 apr_thread_mutex_unlock(queue->one_big_mutex);
202 rv = apr_thread_mutex_unlock(queue->one_big_mutex);
219 rv = apr_thread_mutex_lock(queue->one_big_mutex);
225 rv = apr_thread_mutex_unlock(queue->one_big_mutex);
239 apr_thread_mutex_unlock(queue->one_big_mutex);
244 rv = apr_thread_mutex_unlock(queue->one_big_mutex);
269 rv = apr_thread_mutex_lock(queue->one_big_mutex);
278 rv = apr_thread_cond_wait(queue->not_empty, queue->one_big_mutex);
281 apr_thread_mutex_unlock(queue->one_big_mutex);
288 rv = apr_thread_mutex_unlock(queue->one_big_mutex);
311 apr_thread_mutex_unlock(queue->one_big_mutex);
316 rv = apr_thread_mutex_unlock(queue->one_big_mutex);
333 rv = apr_thread_mutex_lock(queue->one_big_mutex);
339 rv = apr_thread_mutex_unlock(queue->one_big_mutex);
353 apr_thread_mutex_unlock(queue->one_big_mutex);
358 rv = apr_thread_mutex_unlock(queue->one_big_mutex);
366 if ((rv = apr_thread_mutex_lock(queue->one_big_mutex)) != APR_SUCCESS) {
372 if ((rv = apr_thread_mutex_unlock(queue->one_big_mutex)) != APR_SUCCESS) {
383 if ((rv = apr_thread_mutex_lock(queue->one_big_mutex)) != APR_SUCCESS) {
387 /* we must hold one_big_mutex when setting this... otherwise,
392 if ((rv = apr_thread_mutex_unlock(queue->one_big_mutex)) != APR_SUCCESS) {