HomeSort by relevance Sort by last modified time
    Searched refs:LoggingLock (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
logging.cc 195 // LoggingLock::Init() should be called from the main thread before any logging
196 // is done. Then whenever logging, be sure to have a local LoggingLock
200 class LoggingLock {
202 LoggingLock() {
206 ~LoggingLock() {
259 bool LoggingLock::initialized = false;
261 base::internal::LockImpl* LoggingLock::log_lock = nullptr;
263 LogLockingState LoggingLock::lock_log_file = LOCK_LOG_FILE;
266 pthread_mutex_t LoggingLock::log_mutex = PTHREAD_MUTEX_INITIALIZER;
391 LoggingLock::Init(settings.lock_log, settings.log_file)
    [all...]
  /system/core/base/
logging.cpp 123 static std::mutex& LoggingLock() {
335 std::lock_guard<std::mutex> lock(LoggingLock());
340 std::lock_guard<std::mutex> lock(LoggingLock());
437 std::lock_guard<std::mutex> lock(LoggingLock());

Completed in 76 milliseconds