Searched defs:log_lock (Results 1 – 4 of 4) sorted by relevance
284 static base::internal::LockImpl* log_lock; member in logging::__anon7ab9bbf00111::LoggingLock297 base::internal::LockImpl* LoggingLock::log_lock = nullptr; member in logging::__anon7ab9bbf00111::LoggingLock
57 static spin_lock_t log_lock; variable
348 local int log_lock(struct log *log) in log_lock() function
376 std::lock_guard<std::recursive_mutex> log_lock(pimpl_->bluetooth_log_lock_); in LogBluetoothSessionEnd() local