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

/httpd/
H A Dap.d100 uintptr_t invoke_mtx;
/httpd/modules/test/
H A Dmod_dialup.c110 apr_thread_mutex_lock(db->r->invoke_mtx);
118 apr_thread_mutex_unlock(db->r->invoke_mtx);
130 apr_thread_mutex_unlock(db->r->invoke_mtx);
/httpd/modules/http/
H A Dhttp_request.c331 apr_thread_mutex_create(&r->invoke_mtx, APR_THREAD_MUTEX_DEFAULT, r->pool);
332 apr_thread_mutex_lock(r->invoke_mtx);
353 apr_thread_mutex_unlock(r->invoke_mtx);
358 apr_thread_mutex_unlock(r->invoke_mtx);
552 new->invoke_mtx = r->invoke_mtx;
/httpd/include/
H A Dhttpd.h1034 apr_thread_mutex_t *invoke_mtx; member in struct:request_rec

Completed in 48 milliseconds