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

  /system/bt/osi/src/
metrics.cpp 50 std::mutex log_lock; variable
60 std::lock_guard<std::mutex> lock(log_lock);
87 std::lock_guard<std::mutex> lock(log_lock);
112 std::lock_guard<std::mutex> lock(log_lock);
151 std::lock_guard<std::mutex> lock(log_lock);
181 log_lock.lock();
194 log_lock.unlock();
208 log_lock.lock();
218 log_lock.unlock();
  /external/libchrome/base/
logging.cc 219 log_lock = new base::internal::LockImpl();
232 log_lock->Lock();
242 log_lock->Unlock();
249 static base::internal::LockImpl* log_lock; member in class:logging::__anon15725::LoggingLock
264 base::internal::LockImpl* LoggingLock::log_lock = nullptr; member in class:logging::__anon15725::LoggingLock
  /external/zlib/src/examples/
gzlog.c 348 local int log_lock(struct log *log) function
    [all...]

Completed in 90 milliseconds