Home
last modified time | relevance | path

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

/system/iorap/src/perfetto/
Dperfetto_consumer.cc121 std::lock_guard<std::mutex> guard{looper_mutex_}; in __anonec49963b0102()
145 std::lock_guard<std::mutex> guard{looper_mutex_};
164 std::mutex looper_mutex_; // Guard looper_. member
234 std::lock_guard<std::mutex> looper_guard{looper_mutex_}; in StartTracing()