Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp28 m_thread = thread(&MsgHandleLoop::MainLoop, this); in MsgHandleLoop()
44 if (m_thread.joinable()) { in Stop()
45 m_thread.join(); in Stop()
H A Dmsg_handle_loop.h55 std::thread m_thread; member in MsgHandleLoop
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp27 m_thread = thread([this] { in MsgHandleLoop()
45 if (m_thread.joinable()) { in Stop()
46 m_thread.join(); in Stop()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h54 std::thread m_thread; member in OHOS::ImagePlugin::MsgHandleLoop

Completed in 1 milliseconds