HomeSort by relevance Sort by last modified time
    Searched full:interlock (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_spin_lock.c 64 PTW32_INTERLOCKED_COMPARE_EXCHANGE_LONG ((PTW32_INTERLOCKED_LONGPTR) &s->interlock,
70 if (s->interlock == PTW32_SPIN_LOCKED)
74 else if (s->interlock == PTW32_SPIN_USE_MUTEX)
pthread_spin_destroy.c 54 if (s->interlock == PTW32_SPIN_USE_MUTEX)
59 PTW32_INTERLOCKED_COMPARE_EXCHANGE_LONG ((PTW32_INTERLOCKED_LONGPTR) &s->interlock,
pthread_spin_init.c 93 s->interlock = PTW32_SPIN_UNLOCKED;
106 s->interlock = PTW32_SPIN_USE_MUTEX;
pthread_spin_trylock.c 64 PTW32_INTERLOCKED_COMPARE_EXCHANGE_LONG ((PTW32_INTERLOCKED_LONGPTR) &s->interlock,
pthread_spin_unlock.c 59 PTW32_INTERLOCKED_COMPARE_EXCHANGE_LONG ((PTW32_INTERLOCKED_LONGPTR) &s->interlock,
implement.h 282 * for the "interlock" element in a spinlock.
286 * If there is only one cpu then "interlock" is set equal to
288 * If the number of cpus is greater than 1 then "interlock"
291 * routines to attempt an InterlockedCompareExchange on "interlock"
304 long interlock; /* Locking element for multi-cpus. */ member in struct:pthread_spinlock_t_
    [all...]
  /external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager.h 21 // magnifier will interlock with it.
  /external/stlport/stlport/stl/config/
_watcom.h 150 #endif /* INLINE INTERLOCK */
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 150 #endif /* INLINE INTERLOCK */
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 150 #endif /* INLINE INTERLOCK */
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 150 #endif /* INLINE INTERLOCK */
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 150 #endif /* INLINE INTERLOCK */
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 150 #endif /* INLINE INTERLOCK */
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_watcom.h 150 #endif /* INLINE INTERLOCK */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
pci_regs.h 456 #define PCI_EXP_SLTCAP_EIP 0x00020000 /* Electromechanical Interlock Present */
469 #define PCI_EXP_SLTCTL_EIC 0x0800 /* Electromechanical Interlock Control */
479 #define PCI_EXP_SLTSTA_EIS 0x0080 /* Electromechanical Interlock Status */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
pci_regs.h 456 #define PCI_EXP_SLTCAP_EIP 0x00020000 /* Electromechanical Interlock Present */
469 #define PCI_EXP_SLTCTL_EIC 0x0800 /* Electromechanical Interlock Control */
479 #define PCI_EXP_SLTSTA_EIS 0x0080 /* Electromechanical Interlock Status */
    [all...]
  /external/kernel-headers/original/uapi/linux/
pci_regs.h 515 #define PCI_EXP_SLTCAP_EIP 0x00020000 /* Electromechanical Interlock Present */
536 #define PCI_EXP_SLTCTL_EIC 0x0800 /* Electromechanical Interlock Control */
546 #define PCI_EXP_SLTSTA_EIS 0x0080 /* Electromechanical Interlock Status */
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
s390x-mont.pl 32 # Reschedule to minimize/avoid Address Generation Interlock hazard,
  /external/jpeg/
armv6_idct.S 53 * is done by hand accroding to the cycle timings and the interlock behavior
  /external/openssl/crypto/bn/asm/
s390x-mont.pl 32 # Reschedule to minimize/avoid Address Generation Interlock hazard,
  /external/qemu/distrib/jpeg-6b/
armv6_idct.S 53 * is done by hand accroding to the cycle timings and the interlock behavior
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 150 * interlock of shared elements is figured out.
    [all...]
  /external/iputils/
traceroute6.c 200 * interlock with the kernel's assignment of ip id's and, anyway,
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-s390x.pl 37 # minimize/avoid Address Generation Interlock hazard and to favour
40 # issue z10 makes it improssible to eliminate the interlock condition:
    [all...]
  /external/openssl/crypto/aes/asm/
aes-s390x.pl 37 # minimize/avoid Address Generation Interlock hazard and to favour
40 # issue z10 makes it improssible to eliminate the interlock condition:
    [all...]

Completed in 1925 milliseconds

1 2