Home
last modified time | relevance | path

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

/third_party/mesa3d/src/tool/pps/
H A Dpps_datasource.cc27 /// Synchronize access to started_cv and started
29 static std::condition_variable started_cv; member
108 started_cv.notify_all(); in OnStart()
140 started_cv.wait(lock, [] { return started; }); in wait_started()

Completed in 1 milliseconds