Home
last modified time | relevance | path

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

/trueos/lib/libstdthreads/
HDthreads.h71 #define thread_local _Thread_local macro
/trueos/contrib/llvm/patches/
HDpatch-r262261-llvm-r200962-sparc.diff329 @local_symbol = internal thread_local global i32 0
330 @extern_symbol = external thread_local global i32
/trueos/sys/sys/
HDcdefs.h308 #define _Thread_local thread_local
/trueos/contrib/llvm/lib/AsmParser/
HDLLLexer.cpp498 KEYWORD(thread_local); in LexIdentifier()
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDTokenKinds.def326 KEYWORD(thread_local , KEYCXX11)
HDDiagnosticSemaKinds.td1722 "%select{static|thread_local}1 variable not permitted in a constexpr "
5851 "use 'thread_local' to allow this">;
/trueos/contrib/gcc/
HDtree.h2930 unsigned thread_local:1; member