Searched refs:_tzMutex (Results 1 – 1 of 1) sorted by relevance
49 static pthread_mutex_t _tzMutex = PTHREAD_MUTEX_INITIALIZER; variable50 static inline void _tzLock(void) { pthread_mutex_lock(&_tzMutex); } in _tzLock()51 static inline void _tzUnlock(void) { pthread_mutex_unlock(&_tzMutex); } in _tzUnlock()