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

/freebsd-11-stable/contrib/apr/
H A Dconfigure6281 if test -z "$apr_lock_method"; then
6282 test "x$silent" != "xyes" && echo " setting apr_lock_method to \"USE_SYSVSEM_SERIALIZE\""
6283 apr_lock_method="USE_SYSVSEM_SERIALIZE"
6681 if test -z "$apr_lock_method"; then
6682 test "x$silent" != "xyes" && echo " setting apr_lock_method to \"USE_FLOCK_SERIALIZE\""
6683 apr_lock_method="USE_FLOCK_SERIALIZE"
7308 if test -z "$apr_lock_method"; then
7309 test "x$silent" != "xyes" && echo " setting apr_lock_method to \"USE_PROC_PTHREAD_SERIALIZE\""
7310 apr_lock_method="USE_PROC_PTHREAD_SERIALIZE"
7315 if test -z "$apr_lock_method"; the
[all...]

Completed in 74 milliseconds