Searched refs:_Thread_local (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/include/
H A Drunetype.h92 extern _Thread_local const _RuneLocale *_ThreadRuneLocale;
/freebsd-11.0-release/lib/libc/stdlib/
H A Dcxa_thread_atexit.c47 * The implemention keeps a _Thread_local list of destructors per each
69 static _Thread_local LIST_HEAD(dtor_list, cxa_thread_dtor) dtors =
/freebsd-11.0-release/lib/libstdthreads/
H A Dthreads.h71 #define thread_local _Thread_local
/freebsd-11.0-release/lib/libc/gen/
H A Dgetutxent.c45 static _Thread_local FILE *uf = NULL;
46 static _Thread_local int udb;
H A Dutxdb.c132 static _Thread_local struct utmpx *ut;
/freebsd-11.0-release/lib/libc/locale/
H A Dxlocale_private.h193 extern _Thread_local locale_t __thread_locale;
H A Dsetrunelocale.c61 _Thread_local const _RuneLocale *_ThreadRuneLocale;
H A Dxlocale.c60 _Thread_local locale_t __thread_locale;
/freebsd-11.0-release/sys/sys/
H A Dcdefs.h313 * the presence of C++11 when defining _Thread_local.
317 #define _Thread_local thread_local macro
319 #define _Thread_local __thread macro

Completed in 75 milliseconds