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

  /external/libchrome/base/
logging.cc 216 log_lock = new base::internal::LockImpl();
229 log_lock->Lock();
239 log_lock->Unlock();
246 static base::internal::LockImpl* log_lock; member in class:logging::__anon24205::LoggingLock
261 base::internal::LockImpl* LoggingLock::log_lock = nullptr; member in class:logging::__anon24205::LoggingLock
  /external/zlib/src/examples/
gzlog.c 348 local int log_lock(struct log *log) function
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/examples/
gzlog.c 348 local int log_lock(struct log *log) function
    [all...]
  /system/bt/osi/src/
metrics.cc 360 std::lock_guard<std::recursive_mutex> log_lock(pimpl_->bluetooth_log_lock_);

Completed in 92 milliseconds