HomeSort by relevance Sort by last modified time
    Searched defs:global_lock (Results 1 - 18 of 18) sorted by null

  /external/syslinux/com32/gplinclude/acpi/
facs.h 23 /* Features flags for global_lock */
33 uint32_t global_lock; member in struct:__anon31812
  /external/swiftshader/third_party/LLVM/lib/Support/
Threading.cpp 24 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/vulkan-validation-layers/layers/
unique_objects.h 83 // 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
object_tracker.h 129 static std::mutex global_lock; member in namespace:object_tracker
swapchain.cpp 34 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...]
image.cpp 74 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);
    [all...]
core_validation.cpp 276 static std::mutex global_lock; member in struct:core_validation::spirv_inst_iter
    [all...]
  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi_cmds.c 352 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);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
unique_objects.h 44 // All increments must be guarded by global_lock
71 static std::mutex global_lock; // Protect map accesses and unique_id increments member in namespace:unique_objects
246 std::lock_guard<std::mutex> lock(global_lock);
268 std::lock_guard<std::mutex> lock(global_lock);
278 std::lock_guard<std::mutex> lock(global_lock);
298 std::lock_guard<std::mutex> lock(global_lock);
328 std::lock_guard<std::mutex> lock(global_lock);
339 std::lock_guard<std::mutex> lock(global_lock);
355 std::lock_guard<std::mutex> lock(global_lock);
370 std::lock_guard<std::mutex> lock(global_lock);
    [all...]
threading.h 51 static std::mutex global_lock; variable
62 std::unique_lock<std::mutex> lock(global_lock);
131 std::unique_lock<std::mutex> lock(global_lock);
144 std::unique_lock<std::mutex> lock(global_lock);
176 std::unique_lock<std::mutex> lock(global_lock);
310 std::unique_lock<std::mutex> lock(global_lock);
320 std::unique_lock<std::mutex> lock(global_lock);
327 std::unique_lock<std::mutex> lock(global_lock);
335 std::unique_lock<std::mutex> lock(global_lock);
image.cpp 73 static std::mutex global_lock; member in namespace:image
387 std::lock_guard<std::mutex> lock(global_lock);
395 std::unique_lock<std::mutex> lock(global_lock);
    [all...]
swapchain.cpp 34 static std::mutex global_lock; member in namespace:swapchain
280 std::lock_guard<std::mutex> lock(global_lock);
359 std::lock_guard<std::mutex> lock(global_lock);
378 std::unique_lock<std::mutex> lock(global_lock);
438 std::unique_lock<std::mutex> lock(global_lock);
496 std::unique_lock<std::mutex> lock(global_lock);
533 std::unique_lock<std::mutex> lock(global_lock);
591 std::unique_lock<std::mutex> lock(global_lock);
628 std::unique_lock<std::mutex> lock(global_lock);
    [all...]
object_tracker.h 106 static std::mutex global_lock; member in namespace:object_tracker
    [all...]
core_validation.cpp 262 static std::mutex global_lock; member in struct:core_validation::spirv_inst_iter
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp 73 static std::mutex global_lock; member in namespace:image
387 std::lock_guard<std::mutex> lock(global_lock);
395 std::unique_lock<std::mutex> lock(global_lock);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
swapchain.cpp 34 static std::mutex global_lock; member in namespace:swapchain
280 std::lock_guard<std::mutex> lock(global_lock);
359 std::lock_guard<std::mutex> lock(global_lock);
378 std::unique_lock<std::mutex> lock(global_lock);
438 std::unique_lock<std::mutex> lock(global_lock);
496 std::unique_lock<std::mutex> lock(global_lock);
533 std::unique_lock<std::mutex> lock(global_lock);
591 std::unique_lock<std::mutex> lock(global_lock);
628 std::unique_lock<std::mutex> lock(global_lock);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 154 #define GLOBAL_LOCK 0
232 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.ltype == ltype)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 262 static std::mutex global_lock; member in struct:core_validation::spirv_inst_iter
    [all...]

Completed in 467 milliseconds