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

/httpd/server/mpm/event/
H A Devent.c1478 static apr_thread_mutex_t *g_timer_skiplist_mtx; variable
1489 apr_thread_mutex_lock(g_timer_skiplist_mtx);
1510 apr_thread_mutex_unlock(g_timer_skiplist_mtx);
1814 apr_thread_mutex_lock(g_timer_skiplist_mtx);
1849 apr_thread_mutex_unlock(g_timer_skiplist_mtx);
2219 apr_thread_mutex_lock(g_timer_skiplist_mtx);
2221 apr_thread_mutex_unlock(g_timer_skiplist_mtx);
2532 apr_thread_mutex_create(&g_timer_skiplist_mtx, APR_THREAD_MUTEX_DEFAULT, pchild);

Completed in 229 milliseconds