OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVM_ENABLE_THREADS
(Results
1 - 24
of
24
) sorted by null
/external/llvm/host/include/llvm/Config/
llvm-config.h
37
#define
LLVM_ENABLE_THREADS
1
39
#define
LLVM_ENABLE_THREADS
0
config.h
600
#define
LLVM_ENABLE_THREADS
1
602
#define
LLVM_ENABLE_THREADS
0
/external/llvm/device/include/llvm/Config/
llvm-config.h
36
#define
LLVM_ENABLE_THREADS
1
config.h
556
#define
LLVM_ENABLE_THREADS
1
/external/llvm/lib/Support/
ThreadLocal.cpp
23
#if !defined(
LLVM_ENABLE_THREADS
) ||
LLVM_ENABLE_THREADS
== 0
Threading.cpp
24
#if
LLVM_ENABLE_THREADS
!= 0
31
#if
LLVM_ENABLE_THREADS
!= 0 && defined(HAVE_PTHREAD_H)
70
#elif
LLVM_ENABLE_THREADS
!=0 && defined(LLVM_ON_WIN32)
Mutex.cpp
22
#if !defined(
LLVM_ENABLE_THREADS
) ||
LLVM_ENABLE_THREADS
== 0
RWMutex.cpp
23
#if !defined(
LLVM_ENABLE_THREADS
) ||
LLVM_ENABLE_THREADS
== 0
ThreadPool.cpp
21
#if
LLVM_ENABLE_THREADS
110
#else //
LLVM_ENABLE_THREADS
Disabled
119
<< " threads, but
LLVM_ENABLE_THREADS
has been turned off\n";
CrashRecoveryContext.cpp
54
#if defined(
LLVM_ENABLE_THREADS
) &&
LLVM_ENABLE_THREADS
!= 0
/external/llvm/include/llvm/Support/
thread.h
13
// function synchronously depending on the value of
LLVM_ENABLE_THREADS
.
22
#if
LLVM_ENABLE_THREADS
44
#else // !
LLVM_ENABLE_THREADS
64
#endif //
LLVM_ENABLE_THREADS
Mutex.h
73
#if defined(
LLVM_ENABLE_THREADS
) &&
LLVM_ENABLE_THREADS
!= 0
RWMutex.h
73
#if defined(
LLVM_ENABLE_THREADS
) &&
LLVM_ENABLE_THREADS
!= 0
ThreadPool.h
129
#if
LLVM_ENABLE_THREADS
// avoids warning for unused variable
Compiler.h
431
#if
LLVM_ENABLE_THREADS
442
#else // !
LLVM_ENABLE_THREADS
/external/llvm/include/llvm/Config/
llvm-config.h.in
36
#undef
LLVM_ENABLE_THREADS
llvm-config.h.cmake
37
#cmakedefine01
LLVM_ENABLE_THREADS
config.h.in
418
#undef
LLVM_ENABLE_THREADS
config.h.cmake
436
#cmakedefine01
LLVM_ENABLE_THREADS
/external/llvm/utils/unittest/
CMakeLists.txt
31
if (NOT
LLVM_ENABLE_THREADS
)
/external/llvm/unittests/Support/
ManagedStatic.cpp
22
#if
LLVM_ENABLE_THREADS
!= 0 && defined(HAVE_PTHREAD_H) && \
/external/llvm/unittests/IR/
ValueMapTest.cpp
198
#if
LLVM_ENABLE_THREADS
&& !defined(LLVM_ON_WIN32)
/external/llvm/
configure
728
LLVM_ENABLE_THREADS
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
61
#if
LLVM_ENABLE_THREADS
!= 0 && defined(__APPLE__)
[
all
...]
Completed in 345 milliseconds