Home
last modified time | relevance | path

Searched refs:HAVE_LIBPTHREAD (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/lex/
H A Dconfig.h46 #define HAVE_LIBPTHREAD 1 macro
/openbsd/gnu/usr.bin/clang/include/llvm/Config/
H A Dconfig.h129 #define HAVE_LIBPTHREAD 1 macro
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DCMakeLists.txt5 if (HAVE_LIBPTHREAD)
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/include/llvm/Config/
H A DBUILD.gn216 "HAVE_LIBPTHREAD=",
251 "HAVE_LIBPTHREAD=1",
/openbsd/gnu/llvm/llvm/include/llvm/Config/
H A Dconfig.h.cmake120 #cmakedefine HAVE_LIBPTHREAD ${HAVE_LIBPTHREAD}
/openbsd/gnu/llvm/llvm/cmake/
H A Dconfig-ix.cmake89 check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)
90 if (HAVE_LIBPTHREAD)
108 if(HAVE_LIBPTHREAD)