Home
last modified time | relevance | path

Searched defs:log_lock (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libchrome/base/
H A Dlogging.cc284 static base::internal::LockImpl* log_lock; member in logging::__anon7ab9bbf00111::LoggingLock
297 base::internal::LockImpl* LoggingLock::log_lock = nullptr; member in logging::__anon7ab9bbf00111::LoggingLock
/aosp_15_r20/trusty/kernel/lib/memlog/
H A Dmemlog.c57 static spin_lock_t log_lock; variable
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/examples/
Dgzlog.c348 local int log_lock(struct log *log) in log_lock() function
/aosp_15_r20/packages/modules/Bluetooth/system/common/
Dmetrics.cc376 std::lock_guard<std::recursive_mutex> log_lock(pimpl_->bluetooth_log_lock_); in LogBluetoothSessionEnd() local