Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp76 unique_lock<mutex> lock(m_replyMtx); in SendSyncMsg()
98 lock_guard<mutex> lock(m_replyMtx); in PostReply()
H A Dmsg_handle_loop.h62 std::mutex m_replyMtx; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp77 unique_lock<mutex> lock(m_replyMtx); in SendSyncMsg()
99 lock_guard<mutex> lock(m_replyMtx); in PostReply()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h61 std::mutex m_replyMtx; variable