Home
last modified time | relevance | path

Searched refs:allocationMutex_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp526 auto lock = std::lock_guard(allocationMutex_); in CreateBuffer()
906 auto lock = std::lock_guard(allocationMutex_); in CreateView()
942 auto lock = std::lock_guard(allocationMutex_); in CreateView()
1614 allocationMutex_.lock(); in HandlePendingAllocationsImpl()
1691 allocationMutex_.unlock(); in HandlePendingAllocationsImpl()
1934 const auto allocLock = std::lock_guard(allocationMutex_); in WaitForIdleAndDestroyGpuResources()
1986 const auto allocLock = std::lock_guard(allocationMutex_); in WaitForIdleAndDestroyGpuResources()
H A Dgpu_resource_manager.h437 mutable std::mutex allocationMutex_; variable