HomeSort by: relevance | last modified time | path
    Searched refs:ax_pthread_ok (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/m4/
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"; the
    [all...]
  /src/sys/external/isc/libsodium/dist/
configure 4844 ax_pthread_ok=no
4883 ax_pthread_ok=yes
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5
4888 $as_echo "$ax_pthread_ok" >&6; }
4889 if test "x$ax_pthread_ok" = "xno"; then
5068 ax_pthread_ok=yes
5148 if test "x$ax_pthread_ok" = "xno"; then
5260 ax_pthread_ok=yes
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_pthread_ok" >&5
5269 $as_echo "$ax_pthread_ok" >&6;
    [all...]

Completed in 15 milliseconds