Searched refs:global_lock (Results 1 – 9 of 9) sorted by relevance
37 static std::mutex global_lock; variable60 std::lock_guard<std::mutex> lock(global_lock); in GetOriginalPhysicalDeviceLimitsEXT()69 std::lock_guard<std::mutex> lock(global_lock); in SetPhysicalDeviceLimitsEXT()76 std::lock_guard<std::mutex> lock(global_lock); in GetOriginalPhysicalDeviceFormatPropertiesEXT()84 std::lock_guard<std::mutex> lock(global_lock); in SetPhysicalDeviceFormatPropertiesEXT()93 std::lock_guard<std::mutex> lock(global_lock); in CreateInstance()127 std::lock_guard<std::mutex> lock(global_lock); in GetPhysicalDeviceProperties()134 std::lock_guard<std::mutex> lock(global_lock); in GetPhysicalDeviceFormatProperties()
230 struct tdb_lock_type global_lock; member412 if (tdb->global_lock.count && in _tdb_lock()413 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) { in _tdb_lock()417 if (tdb->global_lock.count) { in _tdb_lock()507 if (tdb->global_lock.count && in tdb_unlock()508 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) { in tdb_unlock()512 if (tdb->global_lock.count) { in tdb_unlock()586 if (tdb->have_transaction_lock || tdb->global_lock.count) { in tdb_transaction_lock()629 if (tdb->global_lock.count && tdb->global_lock.ltype == ltype) { in _tdb_lockall()630 tdb->global_lock.count++; in _tdb_lockall()[all …]
373 u32 global_lock = 0; in acpi_global_lock() local380 status = acpi_acquire_global_lock(ACPI_EC_UDELAY_GLK, &global_lock); in acpi_global_lock()385 status = acpi_release_global_lock(global_lock); in acpi_global_lock()
572 global_lock = allocate_lock() variable581 with global_lock:601 with global_lock:
505 VOIDTEST(global_lock)521 VOIDENT(global_lock)
209 u32 global_lock; /* Global lock */ member
183 tensorflow::mutex_lock global_lock(mu); in LockGpu() local
172 facs->global_lock = 0; in acpi_create_facs()
326 base::AutoLock global_lock(global_lock_); in WaitForIdle() local366 base::AutoLock global_lock(global_lock_); in ForwardEvent() local384 base::AutoLock global_lock(global_lock_); in BroadcastEvent() local