Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/worker/
H A Drender_thread.h54 std::condition_variable cvEmpty; variable
86 cvEmpty.notify_one(); in AddTask()
117 cvEmpty.notify_all(); in Stop()
127 bool cvRet = cvEmpty.wait_for(lk, std::chrono::milliseconds(TIME_FOR_WAITING_TASK), in Run()