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

/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
H A Dlocaltime.c1659 static pthread_key_t gmtime_key = -1; local
1663 if (gmtime_key == (pthread_key_t)-1) {
1665 if (gmtime_key == (pthread_key_t)-1) {
1666 gmtime_key = __LIBC_PTHREAD_KEY_GMTIME;
1667 if (pthread_key_init_np(gmtime_key, free) < 0) {
1678 if ((p_tm = _pthread_getspecific(gmtime_key)) == NULL) {
1683 _pthread_setspecific(gmtime_key, p_tm);

Completed in 301 milliseconds