/third_party/musl/arch/i386/ |
D | atomic_arch.h | 74 #define a_spin a_spin macro 75 static inline void a_spin() in a_spin() function
|
/third_party/musl/arch/x32/ |
D | atomic_arch.h | 90 #define a_spin a_spin macro 91 static inline void a_spin() in a_spin() function
|
/third_party/musl/arch/x86_64/ |
D | atomic_arch.h | 99 #define a_spin a_spin macro 100 static inline void a_spin() in a_spin() function
|
/third_party/musl/src/thread/ |
D | pthread_spin_lock.c | 6 while (*(volatile int *)s || a_cas(s, 0, EBUSY)) a_spin(); in pthread_spin_lock()
|
D | __wait.c | 8 if (*addr==val) a_spin(); in __wait()
|
D | sem_timedwait.c | 16 while (spins-- && sem->__val[0] <= 0 && !sem->__val[1]) a_spin(); in sem_timedwait()
|
D | pthread_rwlock_timedrdlock.c | 11 while (spins-- && rw->_rw_lock && !rw->_rw_waiters) a_spin(); in __pthread_rwlock_timedrdlock()
|
D | pthread_rwlock_timedwrlock.c | 11 while (spins-- && rw->_rw_lock && !rw->_rw_waiters) a_spin(); in __pthread_rwlock_timedwrlock()
|
D | pthread_mutex_timedlock.c | 71 while (spins-- && m->_m_lock && !m->_m_waiters) a_spin(); in __pthread_mutex_timedlock()
|
D | pthread_barrier_wait.c | 84 a_spin(); in pthread_barrier_wait()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | __wait.c | 8 if (*addr==val) a_spin(); in __wait()
|
D | pthread_mutex_timedlock.c | 69 while (spins-- && m->_m_lock && !m->_m_waiters) a_spin(); in __pthread_mutex_timedlock()
|
D | pthread_barrier_wait.c | 84 a_spin(); in pthread_barrier_wait()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_rwlock_timedrdlock.c | 27 while (spins-- && rw->_rw_lock && !rw->_rw_waiters) a_spin(); in __pthread_rwlock_timedrdlock()
|
D | pthread_rwlock_timedwrlock.c | 30 while (spins-- && rw->_rw_lock && !rw->_rw_waiters) a_spin(); in __pthread_rwlock_timedwrlock()
|
D | pthread_mutex_timedlock.c | 90 while (spins-- && m->_m_lock && !m->_m_waiters) a_spin(); in __pthread_mutex_timedlock()
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | atomic.h | 204 #ifndef a_spin 205 #define a_spin a_barrier macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | atomic.h | 204 #ifndef a_spin 205 #define a_spin a_barrier macro
|
/third_party/musl/src/internal/ |
D | atomic.h | 204 #ifndef a_spin 205 #define a_spin a_barrier macro
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | atomic.h | 204 #ifndef a_spin 205 #define a_spin a_barrier macro
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | atomic.h | 204 #ifndef a_spin 205 #define a_spin a_barrier macro
|