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

  /external/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/kernel-headers/original/asm-x86/
acpi_32.h 63 ((Acq) = __acpi_acquire_global_lock(&facs->global_lock))
66 ((Acq) = __acpi_release_global_lock(&facs->global_lock))
  /external/e2fsprogs/lib/ext2fs/
tdb.c 153 #define GLOBAL_LOCK 0
231 struct tdb_lock_type global_lock; member in struct:tdb_context
412 if (tdb->global_lock.count &&
413 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) {
417 if (tdb->global_lock.count) {
507 if (tdb->global_lock.count &&
508 (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) {
512 if (tdb->global_lock.count) {
586 if (tdb->have_transaction_lock || tdb->global_lock.count) {
629 if (tdb->global_lock.count && tdb->global_lock.ltype == ltype)
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 1316 uint32_t global_lock; \/* Global Lock *\/ member in struct:facs_descriptor_rev1
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libX11.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libX11.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libX11.a     [all...]

Completed in 606 milliseconds