Searched refs:s_locale_key (Results 1 – 1 of 1) sorted by relevance
32 static pthread_key_t s_locale_key; variable35 pthread_key_create(&s_locale_key, NULL); in init_key()41 locale_t old_loc = pthread_getspecific(s_locale_key); in uselocale()43 pthread_setspecific(s_locale_key, loc); in uselocale()