Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/gen/
H A Dgetutxent.c47 static _Thread_local FILE *uf = NULL;
48 static _Thread_local int udb;
H A Dutxdb.c134 static _Thread_local struct utmpx *ut; in futx_to_utx()
/freebsd-12.1/include/
H A Drunetype.h94 extern _Thread_local const _RuneLocale *_ThreadRuneLocale;
/freebsd-12.1/lib/libc/stdlib/
H A Dcxa_thread_atexit_impl.c73 static _Thread_local LIST_HEAD(dtor_list, cxa_thread_dtor) dtors =
/freebsd-12.1/lib/libstdthreads/
H A Dthreads.h73 #define thread_local _Thread_local
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cc423 static _Thread_local char line[size]; in RawWrite()
424 static _Thread_local size_t lastLineEnd = 0; in RawWrite()
425 static _Thread_local size_t cur = 0; in RawWrite()
/freebsd-12.1/lib/libc/locale/
H A Dxlocale_private.h216 extern _Thread_local locale_t __thread_locale;
H A Dsetrunelocale.c63 _Thread_local const _RuneLocale *_ThreadRuneLocale;
H A Dxlocale.c62 _Thread_local locale_t __thread_locale;
/freebsd-12.1/sys/sys/
H A Dcdefs.h309 #define _Thread_local thread_local macro
311 #define _Thread_local __thread macro
/freebsd-12.1/sys/contrib/libsodium/m4/
H A Dax_tls.m452 [for ax_tls_keyword in thread_local _Thread_local __thread '__declspec(thread)' none; do
/freebsd-12.1/contrib/libunwind/src/
H A DUnwind-sjlj.c54 # define _LIBUNWIND_THREAD_LOCAL _Thread_local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.def307 KEYWORD(_Thread_local , KEYALL)