Home
last modified time | relevance | path

Searched refs:creatorMutex_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Diremote_broker.cpp42 std::lock_guard<std::mutex> lockGuard(creatorMutex_); in ~BrokerRegistration()
58 std::lock_guard<std::mutex> lockGuard(creatorMutex_); in Register()
80 std::lock_guard<std::mutex> lockGuard(creatorMutex_); in Unregister()
102 std::lock_guard<std::mutex> lockGuard(creatorMutex_); in NewInstance()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H A Dimage_creator.cpp34 std::mutex ImageCreator::creatorMutex_; member in OHOS::Media::ImageCreator
53 std::lock_guard<std::mutex> guard(creatorMutex_); in OnBufferRelease()
266 std::lock_guard<std::mutex> guard(creatorMutex_); in DequeueImage()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/include/
H A Dimage_creator.h86 static std::mutex creatorMutex_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Diremote_broker.h82 std::mutex creatorMutex_; variable
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Diremote_broker.h118 std::mutex creatorMutex_; variable