Searched refs:started_cv (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps_datasource.cc25 /// Synchronize access to started_cv and started
27 static std::condition_variable started_cv; variable in namespace:pps
106 started_cv.notify_all();
136 started_cv.wait(lock, [] { return started; });

Completed in 2 milliseconds