Home
last modified time | relevance | path

Searched refs:ThreadLocal (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DThreadLocal.inc1 //= llvm/Support/Win32/ThreadLocal.inc - Win32 Thread Local Data -*- C++ -*-===//
9 // This file implements the Win32 specific (non-pthread) ThreadLocal class.
19 #include "llvm/Support/ThreadLocal.h"
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1551 class ThreadLocal : public ThreadLocalBase {
1553 ThreadLocal() : default_factory_(new DefaultValueHolderFactory()) {}
1554 explicit ThreadLocal(const T& value)
1557 ~ThreadLocal() { ThreadLocalRegistry::OnThreadLocalDestroyed(this); }
1623 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadLocal);
1740 class GTEST_API_ ThreadLocal {
1742 ThreadLocal()
1744 explicit ThreadLocal(const T& value)
1748 ~ThreadLocal() {
1834 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadLocal);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DThreadLocal.h45 class ThreadLocal : public ThreadLocalImpl {
47 ThreadLocal() : ThreadLocalImpl() { } in ThreadLocal() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h81 DllStorageClass(DefaultStorageClass), ThreadLocal(NotThreadLocal), in GlobalValue()
99 unsigned ThreadLocal : 3; // Is this symbol "Thread Local", if so, what is variable
250 ThreadLocal = Val; in setThreadLocalMode()
253 return static_cast<ThreadLocalMode>(ThreadLocal); in getThreadLocalMode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DThreadLocal.inc1 //=== llvm/Support/Unix/ThreadLocal.inc - Unix Thread Local Data -*- C++ -*-===//
9 // This file implements the Unix specific (non-pthread) ThreadLocal class.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp26 sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
90 static ManagedStatic<sys::ThreadLocal<const CrashRecoveryContext>>
308 static sys::ThreadLocal<const void> sCurrentExceptionHandle;
H A DThreadLocal.cpp46 #warning Neither LLVM_ON_UNIX nor _WIN32 set in Support/ThreadLocal.cpp
H A DCMakeLists.txt222 ThreadLocal.cpp
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_objnew_example.txt237 311496 java/lang/ThreadLocal$ThreadLocalMap
471 311496 java/lang/ThreadLocal$ThreadLocalMap$Entry
718 311496 java/lang/ThreadLocal
748 311496 [Ljava/lang/ThreadLocal$ThreadLocalMap$Entry;
1241 311496 1 [Ljava/lang/ThreadLocal$ThreadLocalMap$Entry;
1268 311496 1 java/lang/ThreadLocal$ThreadLocalMap
1269 311496 1 java/lang/ThreadLocal$ThreadLocalMap$Entry
1375 311496 3 java/lang/ThreadLocal
H A Dj_methodcalls_example.txt163 311492 1 java/lang/ThreadLocal$ThreadLocalMap$Entry.<init>
164 311492 1 java/lang/ThreadLocal$ThreadLocalMap.<init>
165 311492 1 java/lang/ThreadLocal$ThreadLocalMap.access$100
166 311492 1 java/lang/ThreadLocal$ThreadLocalMap.set
167 311492 1 java/lang/ThreadLocal$ThreadLocalMap.setThreshold
168 311492 1 java/lang/ThreadLocal.<clinit>
169 311492 1 java/lang/ThreadLocal.createMap
170 311492 1 java/lang/ThreadLocal.get
171 311492 1 java/lang/ThreadLocal.initialValue
172 311492 1 java/lang/ThreadLocal.set
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_objnew_example.txt237 311496 java/lang/ThreadLocal$ThreadLocalMap
471 311496 java/lang/ThreadLocal$ThreadLocalMap$Entry
718 311496 java/lang/ThreadLocal
748 311496 [Ljava/lang/ThreadLocal$ThreadLocalMap$Entry;
1241 311496 1 [Ljava/lang/ThreadLocal$ThreadLocalMap$Entry;
1268 311496 1 java/lang/ThreadLocal$ThreadLocalMap
1269 311496 1 java/lang/ThreadLocal$ThreadLocalMap$Entry
1375 311496 3 java/lang/ThreadLocal
H A Dj_methodcalls_example.txt163 311492 1 java/lang/ThreadLocal$ThreadLocalMap$Entry.<init>
164 311492 1 java/lang/ThreadLocal$ThreadLocalMap.<init>
165 311492 1 java/lang/ThreadLocal$ThreadLocalMap.access$100
166 311492 1 java/lang/ThreadLocal$ThreadLocalMap.set
167 311492 1 java/lang/ThreadLocal$ThreadLocalMap.setThreshold
168 311492 1 java/lang/ThreadLocal.<clinit>
169 311492 1 java/lang/ThreadLocal.createMap
170 311492 1 java/lang/ThreadLocal.get
171 311492 1 java/lang/ThreadLocal.initialValue
172 311492 1 java/lang/ThreadLocal.set
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dllvm.grm262 ThreadLocal ::= - "thread_local" | _ ;
276 | OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace GlobalType
278 | OptGlobalAssign GVInternalLinkage GVVisibilityStyle ThreadLocal OptAddrSpace
280 | OptGlobalAssign GVExternalLinkage GVVisibilityStyle ThreadLocal OptAddrSpace
/netbsd-src/external/apache2/llvm/lib/libLLVMSupport/
H A DMakefile144 ThreadLocal.cpp \
158 ThreadLocal.inc
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d2530 struct ThreadLocal(A)
2559 static assert(!is(ThreadLocal!Mallocator));
2560 static assert(!is(ThreadLocal!GCAllocator));
2561 alias ThreadLocal!(FreeList!(GCAllocator, 0, 8)) Allocator;
2974 testSpeed!(ThreadLocal!A),
3009 alias A = ThreadLocal!(
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h856 internal::ThreadLocal<TestPartResultReporterInterface*>
939 internal::ThreadLocal<std::vector<TraceInfo> > gtest_trace_stack_;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Support/
H A DBUILD.gn169 "ThreadLocal.cpp",
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dpackage.d3338 struct ThreadLocal(A) in ThreadLocal() function
3372 static assert(!is(ThreadLocal!Mallocator));
3373 static assert(!is(ThreadLocal!GCAllocator));
3374 alias Allocator = ThreadLocal!(FreeList!(GCAllocator, 0, 8));
3826 testSpeed!(ThreadLocal!A),
3876 alias A = ThreadLocal!(
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc275 GTEST_API_ ThreadLocal<Sequence*> g_gmock_implicit_sequence;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h684 GTEST_API_ extern ThreadLocal<Sequence*> g_gmock_implicit_sequence;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp10276 bool ThreadLocal = ((Flags & MachO::EXPORT_SYMBOL_FLAGS_KIND_MASK) == in printMachOExportsTrie() local
10287 if (WeakDef || ThreadLocal || Resolver || Abs) { in printMachOExportsTrie()
10292 if (ThreadLocal) in printMachOExportsTrie()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst718 [DLLStorageClass] [ThreadLocal]
849 …@<Name> = [Linkage] [PreemptionSpecifier] [Visibility] [DLLStorageClass] [ThreadLocal] [(unnamed_a…