Searched defs:LoggingLock (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dlogging.cc200 // LoggingLock::Init() should be called from the main thread before any logging
201 // is done. Then whenever logging, be sure to have a local LoggingLock
205 class LoggingLock { class in namespace:logging
207 LoggingLock() { function in class:logging::LoggingLock
211 ~LoggingLock() {
299 bool LoggingLock::initialized = false;
301 base::internal::LockImpl* LoggingLock::log_lock = NULL;
303 LogLockingState LoggingLock::lock_log_file = LOCK_LOG_FILE;
307 MutexHandle LoggingLock::log_mutex = NULL;
309 pthread_mutex_t LoggingLock
[all...]

Completed in 114 milliseconds