Home
last modified time | relevance | path

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

/src/lib/libc/locale/
H A Dxlocale_private.h187 extern int __has_thread_locale;
203 if (!__has_thread_locale || __thread_locale == NULL) in __get_locale()
H A Dxlocale.c63 int __has_thread_locale; variable
131 __has_thread_locale = 1; in init_key()