Home
last modified time | relevance | path

Searched refs:reader_threads_lock_ (Results 1 – 2 of 2) sorted by relevance

/system/core/logd/
DLogReaderList.h31 std::mutex& reader_threads_lock() { return reader_threads_lock_; } in reader_threads_lock()
35 mutable std::mutex reader_threads_lock_; variable
DLogReaderList.cpp22 auto lock = std::lock_guard{reader_threads_lock_}; in NotifyNewLog()