Home
last modified time | relevance | path

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

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