Searched refs:global_lock (Results 1 – 12 of 12) sorted by relevance
352 std::unique_lock<std::mutex> lock(global_lock); in DestroyInstance()436 std::unique_lock<std::mutex> lock(global_lock); in DestroyDevice()479 std::lock_guard<std::mutex> lock(global_lock); in GetPhysicalDeviceFeatures()493 std::lock_guard<std::mutex> lock(global_lock); in GetPhysicalDeviceFormatProperties()510 std::lock_guard<std::mutex> lock(global_lock); in GetPhysicalDeviceImageFormatProperties()526 std::lock_guard<std::mutex> lock(global_lock); in GetPhysicalDeviceProperties()540 std::lock_guard<std::mutex> lock(global_lock); in GetPhysicalDeviceMemoryProperties()565 std::lock_guard<std::mutex> lock(global_lock); in QueueSubmit()603 std::lock_guard<std::mutex> lock(global_lock); in QueueWaitIdle()616 std::lock_guard<std::mutex> lock(global_lock); in DeviceWaitIdle()[all …]
356 std::unique_lock<std::mutex> lock(global_lock); in AllocateMemory()384 std::lock_guard<std::mutex> lock(global_lock); in AllocateMemory()399 std::lock_guard<std::mutex> lock(global_lock); in CreateComputePipelines()421 std::lock_guard<std::mutex> lock(global_lock); in CreateComputePipelines()430 std::lock_guard<std::mutex> lock(global_lock); in CreateComputePipelines()447 std::lock_guard<std::mutex> lock(global_lock); in CreateGraphicsPipelines()477 std::lock_guard<std::mutex> lock(global_lock); in CreateGraphicsPipelines()486 std::lock_guard<std::mutex> lock(global_lock); in CreateGraphicsPipelines()530 std::lock_guard<std::mutex> lock(global_lock); in CreateSwapchainKHR()546 std::lock_guard<std::mutex> lock(global_lock); in CreateSwapchainKHR()[all …]
34 static std::mutex global_lock; variable252 std::lock_guard<std::mutex> lock(global_lock); in DestroyInstance()331 std::lock_guard<std::mutex> lock(global_lock); in GetPhysicalDeviceQueueFamilyProperties()354 std::unique_lock<std::mutex> lock(global_lock); in CreateAndroidSurfaceKHR()404 std::unique_lock<std::mutex> lock(global_lock); in CreateMirSurfaceKHR()452 std::unique_lock<std::mutex> lock(global_lock); in GetPhysicalDeviceMirPresentationSupportKHR()489 std::unique_lock<std::mutex> lock(global_lock); in CreateWaylandSurfaceKHR()538 std::unique_lock<std::mutex> lock(global_lock); in GetPhysicalDeviceWaylandPresentationSupportKHR()575 std::unique_lock<std::mutex> lock(global_lock); in CreateWin32SurfaceKHR()623 std::unique_lock<std::mutex> lock(global_lock); in GetPhysicalDeviceWin32PresentationSupportKHR()[all …]
276 static std::mutex global_lock; variable4305 std::lock_guard<std::mutex> lock(global_lock); in DestroyInstance()4438 std::unique_lock<std::mutex> lock(global_lock); in CreateDevice()4477 std::unique_lock<std::mutex> lock(global_lock); in DestroyDevice()4955 std::unique_lock<std::mutex> lock(global_lock); in QueueSubmit()5077 std::lock_guard<std::mutex> lock(global_lock); in AllocateMemory()5142 std::unique_lock<std::mutex> lock(global_lock); in FreeMemory()5306 std::unique_lock<std::mutex> lock(global_lock); in WaitForFences()5337 std::unique_lock<std::mutex> lock(global_lock); in GetFenceStatus()5359 std::lock_guard<std::mutex> lock(global_lock); in GetDeviceQueue()[all …]
121 static std::mutex global_lock; // Protect map accesses and unique_id increments variable
129 static std::mutex global_lock; variable
74 static std::mutex global_lock; variable388 std::lock_guard<std::mutex> lock(global_lock); in CreateImage()396 std::unique_lock<std::mutex> lock(global_lock); in DestroyImage()
24 static sys::Mutex* global_lock = 0; variable30 global_lock = new sys::Mutex(true); in llvm_start_multithreaded()50 delete global_lock; in llvm_stop_multithreaded()59 if (multithreaded_mode) global_lock->acquire(); in llvm_acquire_global_lock()63 if (multithreaded_mode) global_lock->release(); in llvm_release_global_lock()
232 struct tdb_lock_type global_lock; member414 if (tdb->global_lock.count && in _tdb_lock()415 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) { in _tdb_lock()419 if (tdb->global_lock.count) { in _tdb_lock()509 if (tdb->global_lock.count && in tdb_unlock()510 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) { in tdb_unlock()514 if (tdb->global_lock.count) { in tdb_unlock()588 if (tdb->have_transaction_lock || tdb->global_lock.count) { in tdb_transaction_lock()631 if (tdb->global_lock.count && tdb->global_lock.ltype == ltype) { in _tdb_lockall()632 tdb->global_lock.count++; in _tdb_lockall()[all …]
33 uint32_t global_lock; member
47 cp_struct(&f->global_lock); in parse_facs()
352 u32 global_lock = 0; in acpi_global_lock() local355 status = acpi_acquire_global_lock(ACPI_EC_UDELAY_GLK, &global_lock); in acpi_global_lock()360 status = acpi_release_global_lock(global_lock); in acpi_global_lock()