Searched refs:mech (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dutil_mutex.c134 apr_lockmech_e mech; member in struct:__anon388
159 def->mech = APR_LOCK_DEFAULT;
172 apr_lockmech_e mech; local
188 rv = ap_parse_mutex(mechdir, p, &mech, &mutexdir);
243 mxcfg->mech = mech;
272 mxcfg->mech = default_mech; /* usually APR_LOCK_DEFAULT */
278 static int mutex_needs_file(apr_lockmech_e mech) argument
280 if (mech != APR_LOCK_FLOCK
281 && mech !
507 const char *name, *mech; local
[all...]
/httpd/os/unix/
H A Dunixd.c229 apr_lockmech_e mech = proc_mutex_mech(pmutex); local
231 switch(mech) {

Completed in 288 milliseconds