Searched refs:creatorMutex_ (Results 1 – 5 of 5) sorted by relevance
42 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()
34 std::mutex ImageCreator::creatorMutex_; member in OHOS::Media::ImageCreator53 std::lock_guard<std::mutex> guard(creatorMutex_); in OnBufferRelease()266 std::lock_guard<std::mutex> guard(creatorMutex_); in DequeueImage()
86 static std::mutex creatorMutex_; variable
82 std::mutex creatorMutex_; variable
118 std::mutex creatorMutex_; variable