Searched defs:cout_lock (Results 1 – 3 of 3) sorted by relevance
74 std::string KeyeventTracker::WriteCombinationData(shared_ptr<mutex> &cout_lock) in WriteCombinationData()90 std::string KeyeventTracker::WriteSingleData(KeyEventInfo &info, shared_ptr<mutex> &cout_lock) in WriteSingleData()
88 mutable shared_ptr<mutex> cout_lock = make_shared<std::mutex>(); variable
365 std::string PointerTracker::WriteData(PointerInfo pointerInfo, shared_ptr<mutex> &cout_lock) in WriteData()