Home
last modified time | relevance | path

Searched refs:thread_local (Results 1 – 8 of 8) sorted by relevance

/NextBSD/lib/libstdthreads/
HDthreads.h71 #define thread_local _Thread_local macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDCompiler.h363 #define LLVM_THREAD_LOCAL thread_local
/NextBSD/sys/sys/
HDcdefs.h316 #define _Thread_local thread_local
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp146 static thread_local volatile sig_atomic_t g_usr1_called;
/NextBSD/contrib/llvm/lib/AsmParser/
HDLLLexer.cpp519 KEYWORD(thread_local); in LexIdentifier()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTokenKinds.def353 CXX11_KEYWORD(thread_local , 0)
HDDiagnosticSemaKinds.td1909 "%select{static|thread_local}1 variable not permitted in a constexpr "
6477 "use 'thread_local' to allow this">;
/NextBSD/contrib/gcc/
HDtree.h2930 unsigned thread_local:1; member