Searched refs:__thread_locale (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/locale/
H A Dxlocale_private.h193 extern _Thread_local locale_t __thread_locale;
207 return (__thread_locale ? __thread_locale : &__xlocale_global_locale);
H A Dxlocale.c61 _Thread_local locale_t __thread_locale; variable
164 __thread_locale = l;

Completed in 168 milliseconds