Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dblackboard.cpp57 new_client_cv_.notify_one(); in Register()
100 new_client_cv_.wait(guard); in WaitForAtLeastOneClientConnection()
Dblackboard.h106 std::condition_variable new_client_cv_; variable