Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp81 m_replyCond.wait(lock, pred); in SendSyncMsg()
83 if (!m_replyCond.wait_for(lock, chrono::milliseconds(waitMs), pred)) { in SendSyncMsg()
100 m_replyCond.notify_all(); in PostReply()
H A Dmsg_handle_loop.h64 std::condition_variable m_replyCond; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp82 m_replyCond.wait(lock, pred); in SendSyncMsg()
84 if (!m_replyCond.wait_for(lock, chrono::milliseconds(waitMs), pred)) { in SendSyncMsg()
101 m_replyCond.notify_all(); in PostReply()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h63 std::condition_variable m_replyCond; variable