Lines Matching defs:mutex
47 apr_proc_mutex_t *mutex;
99 /* mutex is running. Threads in other child's are locked on mutex. */
115 if (w->mutex) {
125 rv = apr_proc_mutex_trylock(w->mutex);
258 apr_proc_mutex_unlock(w->mutex);
268 /* Create thread startup mutex */
274 /* Initialize singleton mutex in child */
275 rc = apr_proc_mutex_child_init(&w->mutex,
276 apr_proc_mutex_lockfile(w->mutex), p);
281 /* This mutex fixes problems with a fast start/fast end, where the pool
392 /* singleton mutex */
520 rv = ap_proc_mutex_create(&w->mutex, NULL, wd_proc_mutex_type,