Searched refs:offtime_key (Results 1 – 1 of 1) sorted by relevance
310 static pthread_key_t offtime_key; variable2016 offtime_key_error = _pthread_key_create(&offtime_key, free); in offtime_key_init()2034 if ((p_tm = _pthread_getspecific(offtime_key)) == NULL) { in offtime()2038 if (_pthread_setspecific(offtime_key, p_tm) != 0) { in offtime()