Lines Matching refs:C
15 Thread-local variables are declared in C and C++ with a specifier, e.g.:
57 When a C/C++ file references a TLS variable, the toolchain generates instructions to find its
74 For example, if we have this C code in a shared object:
126 For example, suppose we have this C code:
153 (XXX: LD might be important for C++ `thread_local` variables -- even a single `thread_local`
162 Example: a C file for an executable:
237 For example, if we have this C code in a shared object:
291 The resolver must be written in assembly, but in C, the function looks like so:
447 # C/C++ Specifiers
449 C/C++ TLS variables are declared with a specifier:
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