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

/freebsd-13-stable/lib/libc/locale/
H A Dxlocale.c114 static pthread_key_t locale_info_key; variable
121 pthread_key_create(&locale_info_key, xlocale_release);
122 pthread_setspecific(locale_info_key, (void*)42);
123 if (pthread_getspecific(locale_info_key) == (void*)42) {
124 pthread_setspecific(locale_info_key, 0);
142 pthread_getspecific(locale_info_key));
162 pthread_setspecific(locale_info_key, l);

Completed in 154 milliseconds