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

/freebsd-11-stable/contrib/apr/include/
H A Dapr_proc_mutex.h44 * APR_LOCK_foo. Only APR_LOCK_DEFAULT is portable.
52 APR_LOCK_DEFAULT, /**< Use the default process lock */ enumerator in enum:__anon8
75 * APR_LOCK_DEFAULT pick the default mechanism for the platform
80 * APR_LOCK_foo. Only APR_LOCK_DEFAULT is portable.
171 * Display the name of the default mutex: APR_LOCK_DEFAULT
/freebsd-11-stable/contrib/apr/locks/unix/
H A Dproc_mutex.c1468 case APR_LOCK_DEFAULT:
1524 if ((rv = proc_mutex_choose_method(&mutex, APR_LOCK_DEFAULT,
1692 return apr_os_proc_mutex_put_ex(pmutex, ospmutex, APR_LOCK_DEFAULT,

Completed in 89 milliseconds