Home
last modified time | relevance | path

Searched refs:LLVM_ENABLE_THREADS (Results 1 – 25 of 46) sorted by relevance

12

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DThreading.cpp26 #if LLVM_ENABLE_THREADS != 0 in llvm_is_multithreaded()
33 #if LLVM_ENABLE_THREADS != 0 && defined(HAVE_PTHREAD_H)
72 #elif LLVM_ENABLE_THREADS!=0 && defined(LLVM_ON_WIN32)
122 #if !LLVM_ENABLE_THREADS in heavyweight_hardware_concurrency()
DMutex.cpp22 #if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
/external/llvm/lib/Support/
DThreading.cpp25 #if LLVM_ENABLE_THREADS != 0 in llvm_is_multithreaded()
32 #if LLVM_ENABLE_THREADS != 0 && defined(HAVE_PTHREAD_H)
71 #elif LLVM_ENABLE_THREADS!=0 && defined(LLVM_ON_WIN32)
DThreadLocal.cpp23 #if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
DRWMutex.cpp23 #if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
DMutex.cpp22 #if !defined(LLVM_ENABLE_THREADS) || LLVM_ENABLE_THREADS == 0
DCrashRecoveryContext.cpp53 #if defined(LLVM_ENABLE_THREADS) && LLVM_ENABLE_THREADS != 0 in setSwitchedThread()
/external/llvm/host/include/llvm/Config/
Dllvm-config.h41 #define LLVM_ENABLE_THREADS 1 macro
43 #define LLVM_ENABLE_THREADS 0 macro
Dconfig.h610 #define LLVM_ENABLE_THREADS 1 macro
612 #define LLVM_ENABLE_THREADS 0 macro
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h73 #if defined(LLVM_ENABLE_THREADS) && LLVM_ENABLE_THREADS != 0
Dthread.h22 #if LLVM_ENABLE_THREADS
/external/llvm/include/llvm/Support/
DMutex.h73 #if defined(LLVM_ENABLE_THREADS) && LLVM_ENABLE_THREADS != 0
DRWMutex.h73 #if defined(LLVM_ENABLE_THREADS) && LLVM_ENABLE_THREADS != 0
Dthread.h22 #if LLVM_ENABLE_THREADS
/external/swiftshader/third_party/LLVM/cmake/modules/
DLLVMConfig.cmake.in21 set(LLVM_ENABLE_THREADS @LLVM_ENABLE_THREADS@) variable
/external/llvm/cmake/modules/
DLLVMConfig.cmake.in36 set(LLVM_ENABLE_THREADS @LLVM_ENABLE_THREADS@) variable
/external/llvm/device/include/llvm/Config/
Dllvm-config.h36 #define LLVM_ENABLE_THREADS 1 macro
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Config/
Dllvm-config.h24 #define LLVM_ENABLE_THREADS 1 macro
Dconfig.h340 #define LLVM_ENABLE_THREADS 1 macro
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Config/
Dllvm-config.h24 #define LLVM_ENABLE_THREADS 1 macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
Dllvm-config.h24 #define LLVM_ENABLE_THREADS 1 macro
Dconfig.h340 #define LLVM_ENABLE_THREADS 1 macro
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Config/
Dllvm-config.h24 #define LLVM_ENABLE_THREADS 1 macro
Dconfig.h340 #define LLVM_ENABLE_THREADS 1 macro
/external/llvm/unittests/Support/
DManagedStatic.cpp22 #if LLVM_ENABLE_THREADS != 0 && defined(HAVE_PTHREAD_H) && \

12