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

  /external/chromium/base/
logging.cc 200 // 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 {
207 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::log_mutex = PTHREAD_MUTEX_INITIALIZER
    [all...]
  /external/chromium_org/base/
logging.cc 185 // LoggingLock::Init() should be called from the main thread before any logging
186 // is done. Then whenever logging, be sure to have a local LoggingLock
190 class LoggingLock {
192 LoggingLock() {
196 ~LoggingLock() {
284 bool LoggingLock::initialized = false;
286 base::internal::LockImpl* LoggingLock::log_lock = NULL;
288 LogLockingState LoggingLock::lock_log_file = LOCK_LOG_FILE;
292 MutexHandle LoggingLock::log_mutex = NULL;
294 pthread_mutex_t LoggingLock::log_mutex = PTHREAD_MUTEX_INITIALIZER
    [all...]

Completed in 129 milliseconds