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

/freebsd-11-stable/lib/clang/include/llvm/Config/
H A Dllvm-config.h25 #define LLVM_ENABLE_THREADS 1 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DThreadLocal.cpp22 #if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
H A DThreading.cpp32 #if LLVM_ENABLE_THREADS != 0
39 #if LLVM_ENABLE_THREADS == 0 || \
60 #if LLVM_ENABLE_THREADS == 0
83 // Since we can't get here unless LLVM_ENABLE_THREADS == 1, it is safe to use
H A DErrorHandling.cpp48 #if LLVM_ENABLE_THREADS == 1
66 #if LLVM_ENABLE_THREADS == 1
75 #if LLVM_ENABLE_THREADS == 1
100 #if LLVM_ENABLE_THREADS == 1
131 #if LLVM_ENABLE_THREADS == 1
140 #if LLVM_ENABLE_THREADS == 1
153 #if LLVM_ENABLE_THREADS == 1
H A DRWMutex.cpp21 #if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
H A DThreadPool.cpp21 #if LLVM_ENABLE_THREADS
109 #else // LLVM_ENABLE_THREADS Disabled
118 << " threads, but LLVM_ENABLE_THREADS has been turned off\n";
H A DParallel.cpp13 #if LLVM_ENABLE_THREADS
164 #endif // LLVM_ENABLE_THREADS
H A DCrashRecoveryContext.cpp57 #if defined(LLVM_ENABLE_THREADS) && LLVM_ENABLE_THREADS != 0
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h12 // function synchronously depending on the value of LLVM_ENABLE_THREADS.
21 #if LLVM_ENABLE_THREADS
29 #else // !LLVM_ENABLE_THREADS
50 #endif // LLVM_ENABLE_THREADS
H A DRWMutex.h85 #if defined(LLVM_ENABLE_THREADS) && LLVM_ENABLE_THREADS != 0
H A DThreadPool.h93 #if LLVM_ENABLE_THREADS // avoids warning for unused variable
H A DTaskQueue.h82 #if !LLVM_ENABLE_THREADS
84 "TaskQueue requires building with LLVM_ENABLE_THREADS!");
H A DParallel.h38 #if LLVM_ENABLE_THREADS
197 // Parallel algorithm implementations, only available when LLVM_ENABLE_THREADS
199 #if LLVM_ENABLE_THREADS
H A DCompiler.h521 #if LLVM_ENABLE_THREADS
529 #else // !LLVM_ENABLE_THREADS
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DStack.h42 #ifdef LLVM_ENABLE_THREADS
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp19 #if LLVM_ENABLE_THREADS
1921 #if LLVM_ENABLE_THREADS
1969 #if LLVM_ENABLE_THREADS
2091 #if LLVM_ENABLE_THREADS
2123 #if LLVM_ENABLE_THREADS

Completed in 288 milliseconds