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

/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c241 static pthread_key_t gmtime_key; variable
1540 gmtime_key_error = _pthread_key_create(&gmtime_key, free);
1559 if ((p_tm = _pthread_getspecific(gmtime_key)) == NULL) {
1564 _pthread_setspecific(gmtime_key, p_tm);

Completed in 50 milliseconds