Home
last modified time | relevance | path

Searched defs:ThreadLocal (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dregexp-stack.h84 struct ThreadLocal { struct
85 ThreadLocal() { Clear(); } in ThreadLocal() argument
87 Address memory_;
88 size_t memory_size_;
89 Address limit_;
113 ThreadLocal thread_local_; argument
Dexecution.h238 ThreadLocal() { Clear(); } in ThreadLocal() function
/external/deqp/framework/delibs/decpp/
DdeThreadLocal.cpp31 ThreadLocal::ThreadLocal (void) in ThreadLocal() function in de::ThreadLocal
DdeThreadLocal.hpp35 class ThreadLocal class
/external/llvm/include/llvm/Support/
DThreadLocal.h48 ThreadLocal() : ThreadLocalImpl() { } in ThreadLocal() function
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h1103 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/llvm/include/llvm/IR/
DGlobalValue.h80 unsigned ThreadLocal : 3; // Is this symbol "Thread Local", if so, what is variable
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8537 bool ThreadLocal = ((Flags & MachO::EXPORT_SYMBOL_FLAGS_KIND_MASK) == in printMachOExportsTrie() local