Searched refs:g_uselocale_key (Results 1 – 1 of 1) sorted by relevance
161 static pthread_key_t g_uselocale_key; variable164 pthread_key_create(&g_uselocale_key, NULL); in g_uselocale_key_init()169 locale_t old_locale = static_cast<locale_t>(pthread_getspecific(g_uselocale_key)); in uselocale()177 pthread_setspecific(g_uselocale_key, new_locale); in uselocale()