Searched refs:corruptMutex_ (Results 1 – 4 of 4) sorted by relevance
142 std::lock_guard<std::mutex> lock(corruptMutex_); in CorruptNotifyAsync()287 std::lock_guard<std::mutex> lock(corruptMutex_); in SetCorruptHandler()
192 mutable std::mutex corruptMutex_; variable
850 std::lock_guard<std::mutex> lock(corruptMutex_); in SetAllDatabaseCorruptionHander()863 std::lock_guard<std::mutex> lock(corruptMutex_); in DataBaseCorruptNotify()
144 std::mutex corruptMutex_; variable