Searched defs:ThreadLocal (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/regexp/ |
D | regexp-stack.h | 88 struct ThreadLocal { struct 89 ThreadLocal() { Clear(); } in ThreadLocal() argument 91 Address memory_; 92 size_t memory_size_; 93 Address limit_; 117 ThreadLocal thread_local_; argument
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | static_tls.cc | 27 static __thread unsigned ThreadLocal; variable
|
/external/deqp/framework/delibs/decpp/ |
D | deThreadLocal.cpp | 31 ThreadLocal::ThreadLocal (void) in ThreadLocal() function in de::ThreadLocal
|
D | deThreadLocal.hpp | 35 class ThreadLocal class
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ThreadLocal.h | 39 ThreadLocal() : ThreadLocalImpl() { } in ThreadLocal() function
|
/external/llvm/include/llvm/Support/ |
D | ThreadLocal.h | 48 ThreadLocal() : ThreadLocalImpl() { } in ThreadLocal() function
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Globals.cpp | 85 bool ThreadLocal, unsigned AddressSpace) in GlobalVariable() 103 GlobalVariable *Before, bool ThreadLocal, in GlobalVariable()
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 1103 ThreadLocal() : key_(CreateKey()), in ThreadLocal() function 1105 explicit ThreadLocal(const T& value) : key_(CreateKey()), in ThreadLocal() function 1194 ThreadLocal() : value_() {} in ThreadLocal() function 1195 explicit ThreadLocal(const T& value) : value_(value) {} in ThreadLocal() function
|
/external/v8/src/ |
D | execution.h | 175 ThreadLocal() { Clear(); } in ThreadLocal() function
|
/external/boringssl/src/crypto/ |
D | thread_test.cc | 157 TEST(ThreadTest, ThreadLocal) { in TEST() argument
|
/external/llvm/include/llvm/IR/ |
D | GlobalValue.h | 87 unsigned ThreadLocal : 3; // Is this symbol "Thread Local", if so, what is variable
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 95 unsigned ThreadLocal : 3; // Is this symbol "Thread Local", if so, what is variable
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.cpp | 653 bool ThreadLocal, IsConstant, UnnamedAddr; in ParseGlobal() local
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 9060 bool ThreadLocal = ((Flags & MachO::EXPORT_SYMBOL_FLAGS_KIND_MASK) == in printMachOExportsTrie() local
|