Searched refs:_Thread_local (Results 1 – 23 of 23) sorted by relevance
157 #if !(defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201102L)) && !defined(_Thread_local)159 #define _Thread_local __thread macro161 #define _Thread_local __declspec(thread) macro
1 static _Thread_local int foo;
54 static int (_Thread_local);
86 # MSVC compiler is currently missing C11 _Thread_local87 check_c_source_compiles("void main() { _Thread_local int a; }" HAVE_THREAD_LOCAL)
12 #define thread_local _Thread_local
86 static _Thread_local unsigned int tl_tid; in usbi_get_tid()
44 IDENT(_Thread_local);
235 static _Thread_local unw_word_t last_good_addr[NLGA];236 static _Thread_local int lga_victim;
216 static _Thread_local unw_word_t last_good_addr[NLGA];217 static _Thread_local int lga_victim;
54 static _Thread_local unw_trace_cache_t *tls_cache;55 static _Thread_local int tls_cache_destroyed;
226 static _Thread_local unw_word_t last_good_addr[NLGA];227 static _Thread_local int lga_victim;
55 static _Thread_local unw_trace_cache_t *tls_cache;56 static _Thread_local int tls_cache_destroyed;
56 static _Thread_local unw_trace_cache_t *tls_cache;57 static _Thread_local int tls_cache_destroyed;
316 #define _Thread_local thread_local macro318 #define _Thread_local __thread macro
46 dnl but also that it supports the _Thread_local keyword because some compilers51 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([_Thread_local int x;], [x = 42;])],60 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([_Thread_local int x;], [x = 42;])],
224 #define thread_local _Thread_local
50 static _Thread_local struct ia64_script_cache ia64_per_thread_cache =
625 … static _Thread_local struct dwarf_rs_cache tls_cache __attribute__((tls_model("initial-exec"))); in get_rs_cache()
177 * C11: teach sparse about '_Thread_local'
758 - thread-local storage (__thread/_Thread_local)