Searched refs:record_mutex_ (Results 1 – 2 of 2) sorted by relevance
69 std::lock_guard<std::mutex> locker(record_mutex_); in RecordOneStepStartEndInfo()76 std::lock_guard<std::mutex> locker(record_mutex_); in RecordOneStepStartEndInfo()
100 std::mutex record_mutex_; variable