Searched refs:allocationMutex_ (Results 1 – 2 of 2) sorted by relevance
526 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()
437 mutable std::mutex allocationMutex_; variable