Lines Matching refs:thread_local
18 thread_local int tls_var;
77 extern thread_local char tls_var;
129 static thread_local int x;
130 static thread_local int y;
153 (XXX: LD might be important for C++ `thread_local` variables -- even a single `thread_local`
167 extern thread_local char tls_var;
240 extern thread_local char tls_var;
455 `thread_local` | - C11: a macro for `_Thread_local` via `threads.h`<br/> - C++11: a keyword, allo…
457 The dynamic initialization and destruction of C++ `thread_local` variables is layered on top of ELF
462 efficient in C++ than `thread_local` when the compiler cannot see the definition of a declared TLS
824 Most Android executables do not use any `thread_local` variables. In the current prototype, with the