Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp41 m_threadCond.notify_all(); in Stop()
59 m_threadCond.notify_all(); in SendAsyncMsg()
73 m_threadCond.notify_all(); in SendSyncMsg()
121 m_threadCond.wait(lock, [this] { in MainLoop()
131 m_threadCond.wait_for(lock, chrono::microseconds(processUs - nowUs)); in MainLoop()
H A Dmsg_handle_loop.h60 std::condition_variable m_threadCond; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp42 m_threadCond.notify_all(); in Stop()
60 m_threadCond.notify_all(); in SendAsyncMsg()
74 m_threadCond.notify_all(); in SendSyncMsg()
123 m_threadCond.wait(lock, [this] { in MainLoop()
133 m_threadCond.wait_for(lock, chrono::microseconds(processUs - nowUs)); in MainLoop()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h59 std::condition_variable m_threadCond; variable