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

/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dlocaltime.c1521 static pthread_key_t localtime_key = -1; local
1525 if (localtime_key == (pthread_key_t)-1) {
1527 if (localtime_key == (pthread_key_t)-1) {
1528 localtime_key = __LIBC_PTHREAD_KEY_LOCALTIME;
1529 if (pthread_key_init_np(localtime_key, free) < 0) {
1536 p_tm = _pthread_getspecific(localtime_key);
1541 _pthread_setspecific(localtime_key, p_tm);

Completed in 173 milliseconds