Home
last modified time | relevance | path

Searched refs:lockMutex_ (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dsemaphore_utils.cpp35 unique_lock<mutex> lock(lockMutex_); in WaitSemaphore()
46 unique_lock<mutex> lock(lockMutex_); in WaitSemaphore()
53 lock_guard<std::mutex> lock(lockMutex_); in SendSemaphore()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dsemaphore_utils.h40 std::mutex lockMutex_; member in DistributedDB::SemaphoreUtils
/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface.cpp273 std::lock_guard<std::mutex> lockGuard(lockMutex_); in SetUserData()
300 std::lock_guard<std::mutex> lockGuard(lockMutex_); in GetUserData()
353 std::lock_guard<std::mutex> lockGuard(lockMutex_); in RegisterUserDataChangeListener()
366 std::lock_guard<std::mutex> lockGuard(lockMutex_); in UnRegisterUserDataChangeListener()
378 std::lock_guard<std::mutex> lockGuard(lockMutex_); in ClearUserDataChangeListener()
H A Dproducer_surface.cpp599 std::lock_guard<std::mutex> lockGuard(lockMutex_);
624 std::lock_guard<std::mutex> lockGuard(lockMutex_);
688 std::lock_guard<std::mutex> lockGuard(lockMutex_);
701 std::lock_guard<std::mutex> lockGuard(lockMutex_);
712 std::lock_guard<std::mutex> lockGuard(lockMutex_);
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dvideo_capture_filter_unit_test.h152 std::mutex lockMutex_; member in OHOS::Media::Pipeline::MockAVBufferQueueProducer::MockConsumerSurface
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h136 std::mutex lockMutex_; member in OHOS::EglWrapperDisplay
H A Degl_wrapper_display.cpp542 std::lock_guard<std::mutex> lock(lockMutex_); in AddObject()
548 std::lock_guard<std::mutex> lock(lockMutex_); in RemoveObject()
554 std::lock_guard<std::mutex> lock(lockMutex_); in ClearObjects()
563 std::lock_guard<std::mutex> lock(lockMutex_); in CheckObject()
/foundation/graphic/graphic_surface/surface/include/
H A Dproducer_surface.h254 std::mutex lockMutex_; member in OHOS::ProducerSurface
H A Dconsumer_surface.h257 std::mutex lockMutex_; member in OHOS::ConsumerSurface

Completed in 6 milliseconds