Home
last modified time | relevance | path

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

/freebsd/lib/libc/locale/
H A Dxlocale.c112 static locale_t thread_local_locale; variable
143 return (fake_tls ? thread_local_locale : in get_thread_locale()
162 thread_local_locale = l; in set_thread_locale()