Searched refs:halLogMutex (Results 1 – 1 of 1) sorted by relevance
26 pthread_mutex_t halLogMutex; variable60 ret = pthread_mutex_init(&halLogMutex, NULL); in InitializeSTLogLevel()76 pthread_mutex_lock(&halLogMutex); in DispHal()101 pthread_mutex_unlock(&halLogMutex); in DispHal()116 pthread_mutex_unlock(&halLogMutex); in DispHal()143 pthread_mutex_unlock(&halLogMutex); in DispHal()155 void deInitializeHalLog() { pthread_mutex_destroy(&halLogMutex); } in deInitializeHalLog()