Searched refs:localtime_key (Results 1 – 1 of 1) sorted by relevance
313 static pthread_key_t localtime_key; variable1889 localtime_key_error = _pthread_key_create(&localtime_key, free); in localtime_key_init()1907 if ((p_tm = _pthread_getspecific(localtime_key)) == NULL) { in localtime()1911 if (_pthread_setspecific(localtime_key, p_tm) != 0) { in localtime()