Home
last modified time | relevance | path

Searched refs:offtime_key (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tzcode/
H A Dlocaltime.c207 static pthread_key_t offtime_key; variable
1855 offtime_key_error = _pthread_key_create(&offtime_key, free); in offtime_key_init()
1872 if ((p_tm = _pthread_getspecific(offtime_key)) == NULL) { in offtime()
1876 if (_pthread_setspecific(offtime_key, p_tm) != 0) { in offtime()