Home
last modified time | relevance | path

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

/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; member in MsgHandleLoop
/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()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h63 std::condition_variable m_replyCond; member in OHOS::ImagePlugin::MsgHandleLoop

Completed in 2 milliseconds