Searched refs:localtime_key (Results 1 – 1 of 1) sorted by relevance
311 static pthread_key_t localtime_key; variable1894 localtime_key_error = pthread_key_create(&localtime_key, free); in localtime_key_init()1912 if ((p_tm = pthread_getspecific(localtime_key)) == NULL) { in localtime()1916 if (pthread_setspecific(localtime_key, p_tm) != 0) { in localtime()