Searched refs:__locale_key (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale.c46 pthread_key_t __locale_key = (pthread_key_t)-1; variable
443 orig = (locale_t)pthread_getspecific(__locale_key);
453 orig = pthread_getspecific(__locale_key);
454 pthread_setspecific(__locale_key, loc);
492 if (__locale_key == (pthread_key_t)-1) {
493 __locale_key = __LIBC_PTHREAD_KEY_XLOCALE;
494 pthread_key_init_np(__locale_key, __xlocale_release);
H A Dxlocale_private.h194 extern pthread_key_t __locale_key;
209 if (__locale_key == (pthread_key_t)-1) {
214 locale_t __locale = (locale_t)pthread_getspecific(__locale_key);

Completed in 76 milliseconds