cmake HAVE_LIBPTHREAD examples

chsl/PLADE code/3rd_party/opencv/CMakeLists.txt :441

CHECK_INCLUDE_FILE(pthread.h HAVE_LIBPTHREAD)

Lewuathe/mlir-hello thirdparty/llvm-project/llvm/cmake/config-ix.cmake :136

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

Froser/gamemachine src/3rdparty/openal-soft-1.19.1/CMakeLists.txt :657

CHECK_LIBRARY_EXISTS(pthread pthread_create "" HAVE_LIBPTHREAD)

infiniflow/infinity third_party/ijma/src/libmecab/ConfigureChecks.cmake :20

CHECK_LIBRARY_EXISTS (pthread "pthread_create;pthread_join;pthread_mutex_lock" "" HAVE_LIBPTHREAD)

etternagame/etterna CMake/Helpers/CMakeLinux.cmake :2

list(APPEND cdefs CPU_X86_64 HAVE_LIBPTHREAD
	"BACKTRACE_METHOD_X86_LINUX"
	"BACKTRACE_METHOD_TEXT=\"x86 custom backtrace\""
	"BACKTRACE_LOOKUP_METHOD_TEXT=\"backtrace_symbols\""
	"BACKTRACE_LOOKUP_METHOD_DLADDR"
	PACKAGE_NAME="Etterna"
	PACKAGE_VERSION="EtternaVersion")

yrnkrn/zapcc cmake/config-ix.cmake :102

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

GANGE666/xVMP src/cmake/config-ix.cmake :75

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

frasercrmck/llvm-leg cmake/config-ix.cmake :92

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

frasercrmck/llvm-leg examples/ParallelJIT/CMakeLists.txt :16

endif(HAVE_LIBPTHREAD)

google/filament third_party/dawn/third_party/dxc/cmake/config-ix.cmake :93

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

yazhiwang/ollvm-tll cmake/config-ix.cmake :102

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

plumonito/dtslam 3rdparty/glog_cmake/CMakeLists.txt :66

CHECK_INCLUDE_FILES (pthread.h HAVE_LIBPTHREAD)

plumonito/dtslam 3rdparty/opencv-git/CMakeLists.txt :411

CHECK_INCLUDE_FILE(pthread.h HAVE_LIBPTHREAD)

NVIDIA/MDL-SDK src/mdl/jit/llvm/dist/cmake/config-ix.cmake :88

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

o2e/OLLVM-9.0.1 cmake/config-ix.cmake :87

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

DCMTK/dcmtk CMake/dcmtkPrepare.cmake :677

CHECK_LIBRARY_EXISTS(pthread pthread_key_create "" HAVE_LIBPTHREAD)

ucb-bar/esp-llvm cmake/config-ix.cmake :94

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

root-project/root interpreter/llvm-project/llvm/cmake/config-ix.cmake :100

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

qtfreet00/llvm-obfuscator cmake/config-ix.cmake :101

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

llvm-dcpu16/llvm-dcpu16 cmake/config-ix.cmake :87

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

llvm-dcpu16/llvm-dcpu16 examples/ParallelJIT/CMakeLists.txt :9

endif(HAVE_LIBPTHREAD)

mariadb-corporation/MaxScale cmake/CheckPlatform.cmake :40

find_library(HAVE_LIBPTHREAD NAMES pthread)

KhronosGroup/SPIRV-LLVM cmake/config-ix.cmake :92

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

KhronosGroup/SPIRV-LLVM examples/ParallelJIT/CMakeLists.txt :16

endif(HAVE_LIBPTHREAD)

GoSSIP-SJTU/Armariris cmake/config-ix.cmake :94

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

microsoft/DirectXShaderCompiler cmake/config-ix.cmake :93

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

GoSSIP-SJTU/TripleDoggy cmake/config-ix.cmake :74

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

securesystemslab/multicompiler cmake/config-ix.cmake :92

check_library_exists(pthread pthread_create "" HAVE_LIBPTHREAD)

securesystemslab/multicompiler examples/ParallelJIT/CMakeLists.txt :16

endif(HAVE_LIBPTHREAD)