HomeSort by: relevance | last modified time | path
    Searched defs:ThreadLocal (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ThreadLocal.h 1 //===- llvm/Support/ThreadLocal.h - Thread Local Data ------------*- C++ -*-===//
9 // This file declares the llvm::sys::ThreadLocal class.
22 // ThreadLocalImpl - Common base class of all ThreadLocal instantiations.
42 /// ThreadLocal - A class used to abstract thread-local storage. It holds,
45 class ThreadLocal : public ThreadLocalImpl {
47 ThreadLocal() : ThreadLocalImpl() { }
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 202 // Mutex, MutexLock, ThreadLocal, GetThreadCount()
1346 // Mutex and ThreadLocal have already been imported into the namespace.
1439 // Provides a way for a thread to send notifications to a ThreadLocal
1444 // this ThreadLocal<T>'s constructor and returns it. It is the caller's
1445 // responsibility not to call this when the ThreadLocal<T> instance already
1458 // thread and notifies them when the thread exits. A ThreadLocal instance is
1467 // Invoked when a ThreadLocal instance is destroyed.
1526 // ThreadLocal<int> tl(100); // 100 is the default value for each thread.
1538 // In addition, the default ThreadLocal constructor requires T to have
1544 // ThreadLocal instance are not guaranteed to be destroyed on all platforms
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 10276 bool ThreadLocal = ((Flags & MachO::EXPORT_SYMBOL_FLAGS_KIND_MASK) ==
10287 if (WeakDef || ThreadLocal || Resolver || Abs) {
10292 if (ThreadLocal)

Completed in 42 milliseconds