Searched refs:ThreadLocal (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DThreadLocal.h1 //===- llvm/Support/ThreadLocal.h - Thread Local Data ------------*- C++ -*-===//
10 // This file declares the llvm::sys::ThreadLocal class.
23 // ThreadLocalImpl - Common base class of all ThreadLocal instantiations.
43 /// ThreadLocal - A class used to abstract thread-local storage. It holds,
46 class ThreadLocal : public ThreadLocalImpl { class in namespace:llvm::sys
48 ThreadLocal() : ThreadLocalImpl() { } function in class:llvm::sys::ThreadLocal
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DThreadLocal.cpp1 //===- ThreadLocal.cpp - Thread Local Data ----------------------*- C++ -*-===//
10 // This file implements the llvm::sys::ThreadLocal class.
15 #include "llvm/Support/ThreadLocal.h"
86 #include "Unix/ThreadLocal.inc"
88 #include "Windows/ThreadLocal.inc"
90 #warning Neither LLVM_ON_UNIX nor LLVM_ON_WIN32 set in Support/ThreadLocal.cpp
H A DPrettyStackTrace.cpp20 #include "llvm/Support/ThreadLocal.h"
31 static ManagedStatic<sys::ThreadLocal<const PrettyStackTraceEntry> > PrettyStackTraceHead;
H A DCrashRecoveryContext.cpp16 #include "llvm/Support/ThreadLocal.h"
25 static ManagedStatic<sys::ThreadLocal<const CrashRecoveryContextImpl> > CurrentContext;
69 static ManagedStatic<sys::ThreadLocal<const CrashRecoveryContextCleanup> >
183 static sys::ThreadLocal<const void> sCurrentExceptionHandle;
/freebsd-10-stable/lib/clang/libllvmsupport/
H A DMakefile68 ThreadLocal.cpp \

Completed in 106 milliseconds