Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dlogging.cc77 webrtc::Mutex g_log_mutex_; variable
90 ABSL_CONST_INIT LogSink* LogMessage::streams_ RTC_GUARDED_BY(g_log_mutex_) =
199 webrtc::MutexLock lock(&g_log_mutex_); in ~LogMessage()
248 webrtc::MutexLock lock(&g_log_mutex_); in LogToDebug()
257 webrtc::MutexLock lock(&g_log_mutex_); in GetLogToStream()
268 webrtc::MutexLock lock(&g_log_mutex_); in AddLogToStream()
277 webrtc::MutexLock lock(&g_log_mutex_); in RemoveLogToStream()
339 RTC_EXCLUSIVE_LOCKS_REQUIRED(g_log_mutex_) { in UpdateMinLogSeverity()