Home
last modified time | relevance | path

Searched refs:_Thread_local (Results 1 – 23 of 23) sorted by relevance

/third_party/flutter/glfw/deps/
Dtinycthread.h157 #if !(defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 201102L)) && !defined(_Thread_local)
159 #define _Thread_local __thread macro
161 #define _Thread_local __declspec(thread) macro
/third_party/ltp/tools/sparse/sparse-src/validation/
Dc11-thread-local.c1 static _Thread_local int foo;
Dreserved.c54 static int (_Thread_local);
/third_party/libunwind/
DCMakeLists.txt86 # MSVC compiler is currently missing C11 _Thread_local
87 check_c_source_compiles("void main() { _Thread_local int a; }" HAVE_THREAD_LOCAL)
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h12 #define thread_local _Thread_local
/third_party/musl/ndk_musl_include/
Dthreads.h12 #define thread_local _Thread_local
/third_party/musl/include/
Dthreads.h12 #define thread_local _Thread_local
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h12 #define thread_local _Thread_local
/third_party/libusb/libusb/os/
Dthreads_posix.c86 static _Thread_local unsigned int tl_tid; in usbi_get_tid()
/third_party/ltp/tools/sparse/sparse-src/
Dident-list.h44 IDENT(_Thread_local);
/third_party/libunwind/src/riscv/
DGinit.c235 static _Thread_local unw_word_t last_good_addr[NLGA];
236 static _Thread_local int lga_victim;
/third_party/libunwind/src/x86_64/
DGinit.c216 static _Thread_local unw_word_t last_good_addr[NLGA];
217 static _Thread_local int lga_victim;
DGtrace.c54 static _Thread_local unw_trace_cache_t *tls_cache;
55 static _Thread_local int tls_cache_destroyed;
/third_party/libunwind/src/aarch64/
DGinit.c226 static _Thread_local unw_word_t last_good_addr[NLGA];
227 static _Thread_local int lga_victim;
DGtrace.c55 static _Thread_local unw_trace_cache_t *tls_cache;
56 static _Thread_local int tls_cache_destroyed;
/third_party/libunwind/src/arm/
DGtrace.c56 static _Thread_local unw_trace_cache_t *tls_cache;
57 static _Thread_local int tls_cache_destroyed;
/third_party/FreeBSD/sys/sys/
Dcdefs.h316 #define _Thread_local thread_local macro
318 #define _Thread_local __thread macro
/third_party/libusb/
Dconfigure.ac46 dnl but also that it supports the _Thread_local keyword because some compilers
51 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;])],
/third_party/eudev/src/shared/
Dmacro.h224 #define thread_local _Thread_local
/third_party/libunwind/src/ia64/
DGscript.c50 static _Thread_local struct ia64_script_cache ia64_per_thread_cache =
/third_party/libunwind/src/dwarf/
DGparser.c625 … static _Thread_local struct dwarf_rs_cache tls_cache __attribute__((tls_model("initial-exec"))); in get_rs_cache()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.1.rst177 * C11: teach sparse about '_Thread_local'
/third_party/musl/
DWHATSNEW758 - thread-local storage (__thread/_Thread_local)