Searched defs:LockGuardWithErrorLogs (Results 1 – 1 of 1) sorted by relevance
688 struct LockGuardWithErrorLogs { struct689 LockGuardWithErrorLogs(std::mutex& mtx) : mtx_(mtx) { in LockGuardWithErrorLogs() function699 ~LockGuardWithErrorLogs() { in ~LockGuardWithErrorLogs()703 std::mutex& mtx_;