Searched refs:log_mutex (Results 1 – 1 of 1) sorted by relevance
203 if (!log_mutex) { in Init()213 log_mutex = ::CreateMutex(NULL, FALSE, t.c_str()); in Init()215 if (log_mutex == NULL) { in Init()236 ::WaitForSingleObject(log_mutex, INFINITE); in LockLogging()243 pthread_mutex_lock(&log_mutex); in LockLogging()254 ReleaseMutex(log_mutex); in UnlockLogging()256 pthread_mutex_unlock(&log_mutex); in UnlockLogging()271 static MutexHandle log_mutex; member in logging::__anon4601da870111::LoggingLock273 static pthread_mutex_t log_mutex; member in logging::__anon4601da870111::LoggingLock289 MutexHandle LoggingLock::log_mutex = NULL; member in logging::__anon4601da870111::LoggingLock[all …]