Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/gen/
HDgetutxent.c40 static _Thread_local FILE *uf = NULL;
41 static _Thread_local int udb;
HDutxdb.c128 static _Thread_local struct utmpx *ut; in futx_to_utx()
/freebsd-14-stable/lib/msun/ld80/
HDe_powl.c233 static _Thread_local volatile long double z;
234 static _Thread_local long double w, W, Wa, Wb, ya, yb, u;
239 static _Thread_local volatile long double twom10000 = 0x1p-10000L;
/freebsd-14-stable/contrib/libpcap/
HDthread-local.h52 #define thread_local _Thread_local
/freebsd-14-stable/include/
HDrunetype.h93 extern _Thread_local const _RuneLocale *_ThreadRuneLocale;
/freebsd-14-stable/lib/libc/stdlib/
HDcxa_thread_atexit_impl.c70 static _Thread_local LIST_HEAD(dtor_list, cxa_thread_dtor) dtors =
/freebsd-14-stable/lib/libstdthreads/
HDthreads.h71 #define thread_local _Thread_local
/freebsd-14-stable/lib/libc/string/
HDstrerror.c128 static _Thread_local char ebuf[NL_TEXTMAX]; in strerror_l()
/freebsd-14-stable/lib/libc/locale/
HDxlocale_private.h193 extern _Thread_local locale_t __thread_locale;
HDsetrunelocale.c59 _Thread_local const _RuneLocale *_ThreadRuneLocale;
HDxlocale.c58 _Thread_local locale_t __thread_locale;
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_fuchsia.cpp459 static _Thread_local char line[size]; in RawWrite()
460 static _Thread_local size_t lastLineEnd = 0; in RawWrite()
461 static _Thread_local size_t cur = 0; in RawWrite()
/freebsd-14-stable/sys/sys/
HDcdefs.h291 #define _Thread_local thread_local macro
293 #define _Thread_local __thread macro
/freebsd-14-stable/sys/contrib/libsodium/m4/
HDax_tls.m452 [for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do
/freebsd-14-stable/contrib/llvm-project/libunwind/src/
HDUnwind-sjlj.c66 # define _LIBUNWIND_THREAD_LOCAL _Thread_local
/freebsd-14-stable/lib/libvmmapi/
HDvmmapi.c1087 static _Thread_local uint64_t *stats_buf; in vm_get_stats()
1088 static _Thread_local u_int stats_count; in vm_get_stats()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTokenKinds.def349 KEYWORD(_Thread_local , KEYALL)