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

/freebsd-10.1-release/contrib/apr/
H A Dconfigure6222 if test -z "$apr_lock_method"; then
6223 test "x$silent" != "xyes" && echo " setting apr_lock_method to \"USE_SYSVSEM_SERIALIZE\""
6224 apr_lock_method="USE_SYSVSEM_SERIALIZE"
6622 if test -z "$apr_lock_method"; then
6623 test "x$silent" != "xyes" && echo " setting apr_lock_method to \"USE_FLOCK_SERIALIZE\""
6624 apr_lock_method="USE_FLOCK_SERIALIZE"
7239 if test -z "$apr_lock_method"; then
7240 test "x$silent" != "xyes" && echo " setting apr_lock_method to \"USE_PROC_PTHREAD_SERIALIZE\""
7241 apr_lock_method="USE_PROC_PTHREAD_SERIALIZE"
7246 if test -z "$apr_lock_method"; the
[all...]

Completed in 102 milliseconds