Searched defs:timeout_mutex (Results 1 - 1 of 1) sorted by relevance

/httpd/server/mpm/event/
H A Devent.c196 static apr_thread_mutex_t *timeout_mutex; variable
254 * For TO_QUEUE_APPEND and TO_QUEUE_REMOVE, timeout_mutex must be held.
286 * we use the timeout_mutex to make sure that connections are added/removed
890 apr_thread_mutex_lock(timeout_mutex);
897 apr_thread_mutex_unlock(timeout_mutex);
901 apr_thread_mutex_lock(timeout_mutex);
903 apr_thread_mutex_unlock(timeout_mutex);
914 * timeout_mutex is not locked
934 * timeout_mutex is not locked
1169 apr_thread_mutex_lock(timeout_mutex);
[all...]

Completed in 33 milliseconds