Searched refs:updateCond_ (Results 1 – 2 of 2) sorted by relevance
45 updateCond_.notify_all(); in ~SubtitleSink()146 updateCond_.notify_all(); in Stop()164 updateCond_.notify_all(); in Resume()179 updateCond_.notify_all(); in Flush()257 updateCond_.notify_all(); in DrainOutputBuffer()264 updateCond_.wait(lock, [this] { in RenderLoop()278 updateCond_.wait_for(lock, std::chrono::microseconds(waitTime), in RenderLoop()372 updateCond_.notify_all(); in SetSpeed()
86 std::condition_variable updateCond_; variable