Home
last modified time | relevance | path

Searched defs:spin_lock (Results 1 – 23 of 23) sorted by relevance

/external/cronet/tot/third_party/llvm-libc/src/src/pthread/
Dpthread_spin_unlock.cpp30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
Dpthread_spin_trylock.cpp30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
Dpthread_spin_destroy.cpp29 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
Dpthread_spin_lock.cpp30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
/external/cronet/stable/third_party/llvm-libc/src/src/pthread/
Dpthread_spin_unlock.cpp30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
Dpthread_spin_destroy.cpp29 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
Dpthread_spin_trylock.cpp30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
Dpthread_spin_lock.cpp30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
/external/llvm-libc/src/pthread/
Dpthread_spin_trylock.cpp30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
Dpthread_spin_destroy.cpp29 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
Dpthread_spin_unlock.cpp30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
Dpthread_spin_lock.cpp30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
/external/linux-kselftest/tools/testing/selftests/kvm/lib/aarch64/
Dspinlock.c9 void spin_lock(struct spinlock *lock) in spin_lock() function
/external/trusty/arm-trusted-firmware/lib/locks/exclusive/aarch32/
Dspinlock.S9 .globl spin_lock symbol
/external/arm-trusted-firmware/lib/locks/exclusive/aarch32/
Dspinlock.S9 .globl spin_lock symbol
/external/arm-trusted-firmware/lib/locks/exclusive/aarch64/
Dspinlock.S9 .globl spin_lock symbol
/external/coreboot/src/include/smp/
Dspinlock.h13 #define spin_lock(lock) do {} while (0) macro
/external/trusty/arm-trusted-firmware/lib/locks/exclusive/aarch64/
Dspinlock.S9 .globl spin_lock symbol
/external/coreboot/src/arch/x86/include/arch/smp/
Dspinlock.h50 static __always_inline void spin_lock(spinlock_t *lock) in spin_lock() function
/external/trusty/lk/include/kernel/
Dspinlock.h31 static inline void spin_lock(spin_lock_t *lock) in spin_lock() function
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h136 static inline void spin_lock(spinlock_t *lock) in spin_lock() function
/external/trusty/lk/lib/rust_support/
Dspinlock.rs52 unsafe fn spin_lock(lock: *mut spin_lock_t) { in spin_lock() function
/external/e2fsprogs/lib/ext2fs/
Djfs_compat.h52 #define spin_lock(x) macro