Home
last modified time | relevance | path

Searched refs:rwmutex_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Ddebug_report.cpp33 std::lock_guard<decltype(rwmutex_)> lock(rwmutex_); in AddCallback()
45 std::lock_guard<decltype(rwmutex_)> lock(rwmutex_); in RemoveCallback()
63 std::shared_lock<decltype(rwmutex_)> lock(rwmutex_); in Message()
Ddebug_report.h82 mutable std::shared_timed_mutex rwmutex_; variable