Home
last modified time | relevance | path

Searched refs:m_mtx (Results 1 - 11 of 11) sorted by relevance

/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp39 lock_guard<mutex> lock(m_mtx); in Stop()
51 lock_guard<mutex> lock(m_mtx); in SendAsyncMsg()
66 lock_guard<mutex> lock(m_mtx); in SendSyncMsg()
105 lock_guard<mutex> lock(m_mtx); in GenerateMsgId()
120 unique_lock<mutex> lock(m_mtx); in MainLoop()
H A Dparam_bundle.h37 std::lock_guard<std::mutex> lock(m_mtx); in SetValue()
44 std::lock_guard<std::mutex> lock(m_mtx); in GetValue()
63 mutable std::mutex m_mtx; member in ParamBundle
H A Dmsg_handle_loop.h56 std::mutex m_mtx; member in MsgHandleLoop
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp40 lock_guard<mutex> lock(m_mtx); in Stop()
52 lock_guard<mutex> lock(m_mtx); in SendAsyncMsg()
67 lock_guard<mutex> lock(m_mtx); in SendSyncMsg()
106 lock_guard<mutex> lock(m_mtx); in GenerateMsgId()
122 unique_lock<mutex> lock(m_mtx); in MainLoop()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dparam_bundle.h37 std::lock_guard<std::mutex> lock(m_mtx); in SetValue()
44 std::lock_guard<std::mutex> lock(m_mtx); in GetValue()
59 mutable std::mutex m_mtx; member in OHOS::ImagePlugin::ParamBundle
H A Dmsg_handle_loop.h55 std::mutex m_mtx; member in OHOS::ImagePlugin::MsgHandleLoop
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dbackend_manager.cpp51 const std::lock_guard<std::mutex> lock(m_mtx); in GetAllBackendsID()
57 const std::lock_guard<std::mutex> lock(m_mtx); in GetBackend()
80 const std::lock_guard<std::mutex> lock(m_mtx); in GetBackendName()
117 const std::lock_guard<std::mutex> lock(m_mtx); in RegisterBackend()
146 const std::lock_guard<std::mutex> lock(m_mtx); in RemoveBackend()
H A Dbackend_manager.h59 std::mutex m_mtx; member in OHOS::NeuralNetworkRuntime::BackendManager
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dmemory_manager.cpp45 std::lock_guard<std::mutex> lock(m_mtx); in MapMemory()
58 std::lock_guard<std::mutex> lock(m_mtx); in UnMapMemory()
84 std::lock_guard<std::mutex> lock(m_mtx); in GetMemory()
H A Dmemory_manager.h56 std::mutex m_mtx; member in OHOS::NeuralNetworkRuntime::MemoryManager
/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dfuture.h38 std::unique_lock lk(this->m_mtx);
45 std::unique_lock<mutex> lk(m_mtx);
53 std::unique_lock<mutex> lk(m_mtx);
64 mutable mutex m_mtx; member
79 std::unique_lock<mutex> lk(this->m_mtx);
88 std::unique_lock<mutex> lk(this->m_mtx);
96 std::unique_lock lk(this->m_mtx);
115 std::unique_lock<mutex> lk(this->m_mtx);
123 std::unique_lock lk(this->m_mtx);

Completed in 3 milliseconds