Searched refs:attempt_lock_ (Results 1 – 2 of 2) sorted by relevance
201 attempt_lock_[pid] = ts; in Lock()212 if (attempt_lock_.count(pid) == 0) in Locked()221 attempt_lock_.erase(pid); in Locked()
76 std::unordered_map<uint32_t, int64_t> attempt_lock_; variable