Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/wayland/
Dwayland_surface.cpp40 std::unique_lock<std::mutex> lock(callback_mutex_); in Commit()
72 std::unique_lock<std::mutex> lock(callback_mutex_); in OnFrameAfter()
Dwayland_surface.h88 std::mutex callback_mutex_; variable