Home
last modified time | relevance | path

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

/src/lib/libc/locale/
H A Dxlocale_private.h193 extern _Thread_local locale_t __thread_locale;
203 if (!__has_thread_locale || __thread_locale == NULL) in __get_locale()
205 return (__thread_locale); in __get_locale()
H A Dxlocale.c58 _Thread_local locale_t __thread_locale; variable
166 __thread_locale = l; in set_thread_locale()