Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dlogging.cc106 CriticalSection g_log_crit; variable
113 LogMessage::StreamList LogMessage::streams_ GUARDED_BY(g_log_crit);
205 CritScope cs(&g_log_crit); in ~LogMessage()
233 CritScope cs(&g_log_crit); in LogToDebug()
242 CritScope cs(&g_log_crit); in GetLogToStream()
253 CritScope cs(&g_log_crit); in AddLogToStream()
259 CritScope cs(&g_log_crit); in RemoveLogToStream()
331 void LogMessage::UpdateMinLogSeverity() EXCLUSIVE_LOCKS_REQUIRED(g_log_crit) { in UpdateMinLogSeverity()