Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/ftrace/
Dbinder_tracker.cc201 attempt_lock_[pid] = ts; in Lock()
212 if (attempt_lock_.count(pid) == 0) in Locked()
221 attempt_lock_.erase(pid); in Locked()
Dbinder_tracker.h76 std::unordered_map<uint32_t, int64_t> attempt_lock_; variable