Searched defs:ThreadLocal (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadLocal.h45 class ThreadLocal : public ThreadLocalImpl { class in namespace:llvm::sys
47 ThreadLocal() : ThreadLocalImpl() { } function in class:llvm::sys::ThreadLocal
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1979 class ThreadLocal : public ThreadLocalBase { class in namespace:testing::internal
1981 ThreadLocal() : default_factory_(new DefaultValueHolderFactory()) {} function in class:testing::internal::ThreadLocal
1982 explicit ThreadLocal(const T& value) function in class:testing::internal::ThreadLocal
2168 class GTEST_API_ ThreadLocal { class in namespace:testing::internal
2170 ThreadLocal() function in class:testing::internal::ThreadLocal
2172 explicit ThreadLocal(const T& value) function in class:testing::internal::ThreadLocal
2300 class GTEST_API_ ThreadLocal { class in namespace:testing::internal
2302 ThreadLocal() : value_() {} function in class:testing::internal::ThreadLocal
2303 explicit ThreadLocal(const T& value) : value_(value) {} function in class:testing::internal::ThreadLocal
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp10254 bool ThreadLocal = ((Flags & MachO::EXPORT_SYMBOL_FLAGS_KIND_MASK) == local

Completed in 141 milliseconds