Searched refs:ax_pthread_ok (Results 1 – 11 of 11) sorted by relevance
/external/google-breakpad/m4/ |
D | ax_pthread.m4 | 85 ax_pthread_ok=no 100 AC_TRY_LINK_FUNC(pthread_join, ax_pthread_ok=yes) 101 AC_MSG_RESULT($ax_pthread_ok) 102 if test x"$ax_pthread_ok" = xno; then 161 if test x"$ax_pthread_ok" = xno; then 210 [ax_pthread_ok=yes]) 215 AC_MSG_RESULT($ax_pthread_ok) 216 if test "x$ax_pthread_ok" = xyes; then 226 if test "x$ax_pthread_ok" = xyes; then 275 if test x"$ax_pthread_ok" = xyes; then [all …]
|
/external/pcre/dist2/m4/ |
D | ax_pthread.m4 | 91 ax_pthread_ok=no 106 AC_TRY_LINK_FUNC(pthread_join, ax_pthread_ok=yes) 107 AC_MSG_RESULT($ax_pthread_ok) 108 if test x"$ax_pthread_ok" = xno; then 167 if test x"$ax_pthread_ok" = xno; then 216 [ax_pthread_ok=yes], 222 AC_MSG_RESULT($ax_pthread_ok) 223 if test "x$ax_pthread_ok" = xyes; then 233 if test "x$ax_pthread_ok" = xyes; then 301 if test x"$ax_pthread_ok" = xyes; then [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | ax_pthread.m4 | 91 ax_pthread_ok=no 106 AC_TRY_LINK_FUNC([pthread_join], [ax_pthread_ok=yes]) 107 AC_MSG_RESULT([$ax_pthread_ok]) 108 if test x"$ax_pthread_ok" = xno; then 181 if test x"$ax_pthread_ok" = xno; then 230 [ax_pthread_ok=yes], 236 AC_MSG_RESULT([$ax_pthread_ok]) 237 if test "x$ax_pthread_ok" = xyes; then 247 if test "x$ax_pthread_ok" = xyes; then 324 if test x"$ax_pthread_ok" = xyes; then [all …]
|
/external/protobuf/m4/ |
D | ax_pthread.m4 | 93 ax_pthread_ok=no 110 AC_LINK_IFELSE([AC_LANG_CALL([], [pthread_join])], [ax_pthread_ok=yes]) 111 AC_MSG_RESULT([$ax_pthread_ok]) 112 if test "x$ax_pthread_ok" = "xno"; then 267 ax_pthread_ok=yes 323 if test "x$ax_pthread_ok" = "xno"; then 382 [ax_pthread_ok=yes], 388 AC_MSG_RESULT([$ax_pthread_ok]) 389 AS_IF([test "x$ax_pthread_ok" = "xyes"], [break]) 397 if test "x$ax_pthread_ok" = "xyes"; then [all …]
|
/external/harfbuzz_ng/m4/ |
D | ax_pthread.m4 | 93 ax_pthread_ok=no 110 AC_LINK_IFELSE([AC_LANG_CALL([], [pthread_join])], [ax_pthread_ok=yes]) 111 AC_MSG_RESULT([$ax_pthread_ok]) 112 if test "x$ax_pthread_ok" = "xno"; then 267 ax_pthread_ok=yes 323 if test "x$ax_pthread_ok" = "xno"; then 382 [ax_pthread_ok=yes], 388 AC_MSG_RESULT([$ax_pthread_ok]) 389 AS_IF([test "x$ax_pthread_ok" = "xyes"], [break]) 397 if test "x$ax_pthread_ok" = "xyes"; then [all …]
|
/external/ImageMagick/m4/ |
D | ax_pthread.m4 | 94 ax_pthread_ok=no 111 AC_LINK_IFELSE([AC_LANG_CALL([], [pthread_join])], [ax_pthread_ok=yes]) 112 AC_MSG_RESULT([$ax_pthread_ok]) 113 if test "x$ax_pthread_ok" = "xno"; then 264 if test "x$ax_pthread_ok" = "xno"; then 329 [ax_pthread_ok=yes], 335 AC_MSG_RESULT([$ax_pthread_ok]) 336 AS_IF([test "x$ax_pthread_ok" = "xyes"], [break]) 418 if test "x$ax_pthread_ok" = "xyes"; then 499 if test "x$ax_pthread_ok" = "xyes"; then [all …]
|
/external/protobuf/ |
D | configure.ac | 213 AM_CONDITIONAL([HAVE_PTHREAD], [test "x$ax_pthread_ok" = "xyes"])
|
/external/google-breakpad/ |
D | configure | 6379 if test x"$ax_pthread_ok" = xno; then 6478 ax_pthread_ok=yes 6486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5 6487 $as_echo "$ax_pthread_ok" >&6; } 6488 if test "x$ax_pthread_ok" = xyes; then 6498 if test "x$ax_pthread_ok" = xyes; then 6609 if test x"$ax_pthread_ok" = xyes; then 6615 ax_pthread_ok=no
|
/external/pcre/dist2/ |
D | configure | 14428 ax_pthread_ok=no 14463 ax_pthread_ok=yes 14467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5 14468 $as_echo "$ax_pthread_ok" >&6; } 14469 if test x"$ax_pthread_ok" = xno; then 14528 if test x"$ax_pthread_ok" = xno; then 14627 ax_pthread_ok=yes 14635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5 14636 $as_echo "$ax_pthread_ok" >&6; } 14637 if test "x$ax_pthread_ok" = xyes; then [all …]
|
/external/ImageMagick/ |
D | configure | 9333 ax_pthread_ok=no 9372 ax_pthread_ok=yes 9376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5 9377 $as_echo "$ax_pthread_ok" >&6; } 9378 if test "x$ax_pthread_ok" = "xno"; then 9554 if test "x$ax_pthread_ok" = "xno"; then 9672 ax_pthread_ok=yes 9680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5 9681 $as_echo "$ax_pthread_ok" >&6; } 9682 if test "x$ax_pthread_ok" = "xyes"; then : [all …]
|
D | configure.ac | 455 if test "$ax_pthread_ok" = yes; then
|