Searched refs:global_lock (Results 1 - 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
H A DThreading.cpp24 static sys::Mutex* global_lock = 0; variable
30 global_lock = new sys::Mutex(true);
50 delete global_lock;
59 if (multithreaded_mode) global_lock->acquire();
63 if (multithreaded_mode) global_lock->release();
/external/syslinux/com32/gplinclude/acpi/
H A Dfacs.h23 /* Features flags for global_lock */
33 uint32_t global_lock; member in struct:__anon19207
/external/vulkan-validation-layers/layers/
H A Dobject_tracker.cpp352 std::unique_lock<std::mutex> lock(global_lock);
436 std::unique_lock<std::mutex> lock(global_lock);
479 std::lock_guard<std::mutex> lock(global_lock);
493 std::lock_guard<std::mutex> lock(global_lock);
510 std::lock_guard<std::mutex> lock(global_lock);
526 std::lock_guard<std::mutex> lock(global_lock);
540 std::lock_guard<std::mutex> lock(global_lock);
565 std::lock_guard<std::mutex> lock(global_lock);
603 std::lock_guard<std::mutex> lock(global_lock);
616 std::lock_guard<std::mutex> lock(global_lock);
[all...]
H A Dunique_objects.cpp356 std::unique_lock<std::mutex> lock(global_lock);
384 std::lock_guard<std::mutex> lock(global_lock);
399 std::lock_guard<std::mutex> lock(global_lock);
421 std::lock_guard<std::mutex> lock(global_lock);
430 std::lock_guard<std::mutex> lock(global_lock);
447 std::lock_guard<std::mutex> lock(global_lock);
477 std::lock_guard<std::mutex> lock(global_lock);
486 std::lock_guard<std::mutex> lock(global_lock);
530 std::lock_guard<std::mutex> lock(global_lock);
546 std::lock_guard<std::mutex> lock(global_lock);
[all...]
H A Dunique_objects.h83 // All increments must be guarded by global_lock
121 static std::mutex global_lock; // Protect map accesses and unique_id increments member in namespace:unique_objects
H A Dobject_tracker.h129 static std::mutex global_lock; member in namespace:object_tracker
H A Dswapchain.cpp34 static std::mutex global_lock; member in namespace:swapchain
252 std::lock_guard<std::mutex> lock(global_lock);
331 std::lock_guard<std::mutex> lock(global_lock);
354 std::unique_lock<std::mutex> lock(global_lock);
404 std::unique_lock<std::mutex> lock(global_lock);
452 std::unique_lock<std::mutex> lock(global_lock);
489 std::unique_lock<std::mutex> lock(global_lock);
538 std::unique_lock<std::mutex> lock(global_lock);
575 std::unique_lock<std::mutex> lock(global_lock);
623 std::unique_lock<std::mutex> lock(global_lock);
[all...]
H A Dcore_validation.cpp276 static std::mutex global_lock; member in struct:core_validation::spirv_inst_iter
4305 std::lock_guard<std::mutex> lock(global_lock);
4438 std::unique_lock<std::mutex> lock(global_lock);
4477 std::unique_lock<std::mutex> lock(global_lock);
4955 std::unique_lock<std::mutex> lock(global_lock);
5077 std::lock_guard<std::mutex> lock(global_lock);
5142 std::unique_lock<std::mutex> lock(global_lock);
5306 std::unique_lock<std::mutex> lock(global_lock);
5337 std::unique_lock<std::mutex> lock(global_lock);
5359 std::lock_guard<std::mutex> lock(global_lock);
[all...]
H A Dimage.cpp74 static std::mutex global_lock; member in namespace:image
388 std::lock_guard<std::mutex> lock(global_lock);
396 std::unique_lock<std::mutex> lock(global_lock);
/external/syslinux/com32/gpllib/acpi/
H A Dfacs.c47 cp_struct(&f->global_lock);
/external/ltp/testcases/kernel/device-drivers/acpi/
H A Dltp_acpi_cmds.c352 u32 global_lock = 0; local
355 status = acpi_acquire_global_lock(ACPI_EC_UDELAY_GLK, &global_lock);
360 status = acpi_release_global_lock(global_lock);
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c232 struct tdb_lock_type global_lock; member in struct:tdb_context
414 if (tdb->global_lock.count &&
415 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) {
419 if (tdb->global_lock.count) {
509 if (tdb->global_lock.count &&
510 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) {
514 if (tdb->global_lock.count) {
588 if (tdb->have_transaction_lock || tdb->global_lock.count) {
631 if (tdb->global_lock.count && tdb->global_lock
[all...]

Completed in 237 milliseconds