Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/
H A D__llvm-libc-common.h40 #undef _Thread_local
41 #define _Thread_local thread_local macro
/freebsd/lib/libc/gen/
H A Dgetutxent.c40 static _Thread_local FILE *uf = NULL;
41 static _Thread_local int udb;
H A Dutxdb.c128 static _Thread_local struct utmpx *ut; in futx_to_utx()
H A Duexterr_format.c29 _Thread_local char filename_buf[128];
/freebsd/lib/msun/ld80/
H A De_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/contrib/libpcap/
H A Dthread-local.h52 #define thread_local _Thread_local
/freebsd/include/
H A Drunetype.h91 extern _Thread_local const _RuneLocale *_ThreadRuneLocale;
/freebsd/lib/libc/stdlib/
H A Dcxa_thread_atexit_impl.c70 static _Thread_local LIST_HEAD(dtor_list, cxa_thread_dtor) dtors =
/freebsd/lib/libc/string/
H A Dstrerror.c127 static _Thread_local char ebuf[NL_TEXTMAX]; in strerror_l()
/freebsd/lib/libstdthreads/
H A Dthreads.h71 #define thread_local _Thread_local
/freebsd/lib/libc/locale/
H A Dxlocale_private.h193 extern _Thread_local locale_t __thread_locale;
H A Dsetrunelocale.c59 _Thread_local const _RuneLocale *_ThreadRuneLocale;
H A Dxlocale.c58 _Thread_local locale_t __thread_locale;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp463 static _Thread_local char line[size]; in RawWrite()
464 static _Thread_local size_t lastLineEnd = 0; in RawWrite()
465 static _Thread_local size_t cur = 0; in RawWrite()
/freebsd/sys/sys/
H A Dcdefs.h200 #define _Thread_local thread_local macro
202 #define _Thread_local __thread macro
/freebsd/sys/contrib/libsodium/m4/
H A Dax_tls.m452 [for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do
/freebsd/lib/libnvmf/
H A Dnvmf_transport.c274 static _Thread_local char buf[8]; in nvmf_transport_type()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c66 # define _LIBUNWIND_THREAD_LOCAL _Thread_local
/freebsd/lib/libc/rpc/
H A Dgetnetconfig.c131 static _Thread_local int nc_error = 0;
H A Drpc_soc.c314 static _Thread_local clnt_broadcast_resultproc_t clnt_broadcast_result;
/freebsd/lib/libvmmapi/
H A Dvmmapi.c887 static _Thread_local uint64_t *stats_buf; in vm_get_stats()
888 static _Thread_local u_int stats_count; in vm_get_stats()
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.c138 defined(_Thread_local)
139 # define MUNIT_THREAD_LOCAL _Thread_local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def347 KEYWORD(_Thread_local , KEYALL)