Searched refs:pipeMapsMutex_ (Results 1 – 2 of 2) sorted by relevance
142 std::lock_guard<std::mutex> lck(pipeMapsMutex_); in FaultLoggerPipeMap()148 std::lock_guard<std::mutex> lck(pipeMapsMutex_); in ~FaultLoggerPipeMap()157 std::lock_guard<std::mutex> lck(pipeMapsMutex_); in Set()166 std::lock_guard<std::mutex> lck(pipeMapsMutex_); in Check()180 std::lock_guard<std::mutex> lck(pipeMapsMutex_); in Get()189 std::lock_guard<std::mutex> lck(pipeMapsMutex_); in Del()
72 std::mutex pipeMapsMutex_; variable