Home
last modified time | relevance | path

Searched refs:a_inc (Results 1 - 25 of 31) sorted by relevance

12

/third_party/musl/arch/i386/
H A Datomic_arch.h44 #define a_inc a_inc macro
45 static inline void a_inc(volatile int *p) in a_inc() function
/third_party/musl/arch/x32/
H A Datomic_arch.h60 #define a_inc a_inc macro
61 static inline void a_inc(volatile int *p) in a_inc() function
/third_party/musl/arch/x86_64/
H A Datomic_arch.h69 #define a_inc a_inc macro
70 static inline void a_inc(volatile int *p) in a_inc() function
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Datomic.h165 #ifndef a_inc
166 #define a_inc a_inc macro
167 static inline void a_inc(volatile int *p) in a_inc() function
/third_party/musl/porting/liteos_m/user/src/internal/
H A Datomic.h165 #ifndef a_inc
166 #define a_inc a_inc macro
167 static inline void a_inc(volatile int *p) in a_inc() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Datomic.h165 #ifndef a_inc
166 #define a_inc a_inc macro
167 static inline void a_inc(volatile int *p) in a_inc() function
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Datomic.h165 #ifndef a_inc
166 #define a_inc a_inc macro
167 static inline void a_inc(volatile int *p) in a_inc() function
/third_party/musl/src/internal/
H A Datomic.h165 #ifndef a_inc
166 #define a_inc a_inc macro
167 static inline void a_inc(volatile int *p) in a_inc() function
/third_party/musl/src/thread/
H A Dpthread_cond_timedwait.c80 a_inc(&c->_c_waiters); in __pthread_cond_timedwait()
150 a_inc(&m->_m_waiters); in __pthread_cond_timedwait()
H A Dpthread_cond_broadcast.c7 a_inc(&c->_c_seq); in pthread_cond_broadcast()
H A Dpthread_cond_signal.c7 a_inc(&c->_c_seq); in pthread_cond_signal()
H A Dvmlock.c16 a_inc(vmlock); in __vm_lock()
H A Dpthread_cond_destroy.c8 a_inc(&c->_c_seq); in pthread_cond_destroy()
H A Dsem_timedwait.c18 a_inc(sem->__val+1); in __sem_timedwait()
H A D__wait.c11 if (waiters) a_inc(waiters); in __wait()
H A Dpthread_rwlock_timedwrlock.c20 a_inc(&rw->_rw_waiters); in __pthread_rwlock_timedwrlock()
H A Dpthread_rwlock_timedrdlock.c17 a_inc(&rw->_rw_waiters); in __pthread_rwlock_timedrdlock()
/third_party/musl/porting/liteos_a/user/src/thread/
H A D__wait.c11 if (waiters) a_inc(waiters); in __wait()
H A Dpthread_barrier_wait.c85 a_inc(&inst->finished); in pthread_barrier_wait()
H A Dpthread_mutex_timedlock.c80 a_inc(&m->_m_waiters); in __pthread_mutex_timedlock()
/third_party/musl/porting/linux/user/src/thread/
H A Dsem_timedwait.c15 a_inc(sem->__val+1); in __sem_timedwait()
H A Dpthread_cond_timedwait.c100 a_inc(&c->_c_waiters); in __pthread_cond_timedwait()
191 a_inc(&m->_m_waiters); in __pthread_cond_timedwait()
H A Dpthread_rwlock_timedwrlock.c35 a_inc(&rw->_rw_waiters); in __pthread_rwlock_timedwrlock()
H A Dpthread_rwlock_timedrdlock.c32 a_inc(&rw->_rw_waiters); in __pthread_rwlock_timedrdlock()
H A Dpthread_mutex_timedlock.c98 a_inc(&m->_m_waiters); in __pthread_mutex_timedlock_inner()

Completed in 8 milliseconds

12