Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d531bd0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use std::shared_mutex in debug_report"

parents 2c709212 d8a36dea
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -78,8 +78,7 @@ class DebugReportCallbackList {
        VkDebugReportCallbackEXT driver_handle;
    };

    // TODO(b/143295577): use std::shared_mutex when available in libc++
    mutable std::shared_timed_mutex rwmutex_;
    mutable std::shared_mutex rwmutex_;
    Node head_;
};