/external/cronet/tot/third_party/llvm-libc/src/src/pthread/ |
D | pthread_spin_unlock.cpp | 30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
|
D | pthread_spin_trylock.cpp | 30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
|
D | pthread_spin_destroy.cpp | 29 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
|
D | pthread_spin_lock.cpp | 30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
|
/external/cronet/stable/third_party/llvm-libc/src/src/pthread/ |
D | pthread_spin_unlock.cpp | 30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
|
D | pthread_spin_destroy.cpp | 29 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
|
D | pthread_spin_trylock.cpp | 30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
|
D | pthread_spin_lock.cpp | 30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
|
/external/llvm-libc/src/pthread/ |
D | pthread_spin_trylock.cpp | 30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
|
D | pthread_spin_destroy.cpp | 29 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
|
D | pthread_spin_unlock.cpp | 30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
|
D | pthread_spin_lock.cpp | 30 auto spin_lock = reinterpret_cast<SpinLock *>(&lock->__lockword); variable
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/aarch64/ |
D | spinlock.c | 9 void spin_lock(struct spinlock *lock) in spin_lock() function
|
/external/trusty/arm-trusted-firmware/lib/locks/exclusive/aarch32/ |
D | spinlock.S | 9 .globl spin_lock symbol
|
/external/arm-trusted-firmware/lib/locks/exclusive/aarch32/ |
D | spinlock.S | 9 .globl spin_lock symbol
|
/external/arm-trusted-firmware/lib/locks/exclusive/aarch64/ |
D | spinlock.S | 9 .globl spin_lock symbol
|
/external/coreboot/src/include/smp/ |
D | spinlock.h | 13 #define spin_lock(lock) do {} while (0) macro
|
/external/trusty/arm-trusted-firmware/lib/locks/exclusive/aarch64/ |
D | spinlock.S | 9 .globl spin_lock symbol
|
/external/coreboot/src/arch/x86/include/arch/smp/ |
D | spinlock.h | 50 static __always_inline void spin_lock(spinlock_t *lock) in spin_lock() function
|
/external/trusty/lk/include/kernel/ |
D | spinlock.h | 31 static inline void spin_lock(spin_lock_t *lock) in spin_lock() function
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | locks.h | 136 static inline void spin_lock(spinlock_t *lock) in spin_lock() function
|
/external/trusty/lk/lib/rust_support/ |
D | spinlock.rs | 52 unsafe fn spin_lock(lock: *mut spin_lock_t) { in spin_lock() function
|
/external/e2fsprogs/lib/ext2fs/ |
D | jfs_compat.h | 52 #define spin_lock(x) macro
|