Home
last modified time | relevance | path

Searched refs:a_store (Results 1 – 25 of 35) sorted by relevance

12

/third_party/musl/src/thread/
Dpthread_barrier_wait.c16 a_store(&b->_b_count, 0); in pshared_barrier_wait()
20 a_store(&b->_b_lock, 0); in pshared_barrier_wait()
30 a_store(&b->_b_count, 0); in pshared_barrier_wait()
81 a_store(&b->_b_lock, 0); in pthread_barrier_wait()
95 a_store(&b->_b_lock, 0); in pthread_barrier_wait()
97 a_store(&inst->last, 1); in pthread_barrier_wait()
101 a_store(&b->_b_lock, 0); in pthread_barrier_wait()
Dpthread_spin_unlock.c5 a_store(s, 0); in pthread_spin_unlock()
Dpthread_mutex_unlock.c35 if (new) a_store(&m->_m_waiters, -1); in __pthread_mutex_unlock()
Dpthread_cancel.c94 a_store(&t->cancel, 1); in pthread_cancel()
Dpthread_mutex_timedlock.c38 a_store(&m->_m_waiters, -1); in pthread_mutex_timedlock_pi()
Dpthread_cond_timedwait.c50 a_store(l, 0); in unlock_requeue()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_barrier_wait.c16 a_store(&b->_b_count, 0); in pshared_barrier_wait()
20 a_store(&b->_b_lock, 0); in pshared_barrier_wait()
30 a_store(&b->_b_count, 0); in pshared_barrier_wait()
81 a_store(&b->_b_lock, 0); in pthread_barrier_wait()
95 a_store(&b->_b_lock, 0); in pthread_barrier_wait()
97 a_store(&inst->last, 1); in pthread_barrier_wait()
101 a_store(&b->_b_lock, 0); in pthread_barrier_wait()
Dpthread_cancel.c82 a_store(&t->cancel, 1); in pthread_cancel()
Dpthread_mutex_timedlock.c38 a_store(&m->_m_waiters, -1); in pthread_mutex_timedlock_pi()
/third_party/musl/arch/i386/
Datomic_arch.h60 #define a_store a_store macro
61 static inline void a_store(volatile int *p, int x) in a_store() function
/third_party/musl/arch/x32/
Datomic_arch.h76 #define a_store a_store macro
77 static inline void a_store(volatile int *p, int x) in a_store() function
/third_party/musl/arch/x86_64/
Datomic_arch.h85 #define a_store a_store macro
86 static inline void a_store(volatile int *p, int x) in a_store() function
/third_party/musl/porting/liteos_a/kernel/src/internal/
Datomic.h181 #ifndef a_store
182 #define a_store a_store macro
183 static inline void a_store(volatile int *p, int v) in a_store() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
Datomic.h181 #ifndef a_store
182 #define a_store a_store macro
183 static inline void a_store(volatile int *p, int v) in a_store() function
/third_party/musl/src/internal/
Datomic.h181 #ifndef a_store
182 #define a_store a_store macro
183 static inline void a_store(volatile int *p, int v) in a_store() function
/third_party/musl/porting/uniproton/kernel/src/internal/
Datomic.h181 #ifndef a_store
182 #define a_store a_store macro
183 static inline void a_store(volatile int *p, int v) in a_store() function
/third_party/musl/porting/liteos_m/user/src/internal/
Datomic.h181 #ifndef a_store
182 #define a_store a_store macro
183 static inline void a_store(volatile int *p, int v) in a_store() function
/third_party/musl/src/time/
Dtimer_delete.c9 a_store(&td->timer_id, td->timer_id | INT_MIN); in timer_delete()
/third_party/musl/src/stdio/
Dftrylockfile.c9 a_store(&f->lock, 0x40000000); in __do_orphaned_stdio_locks()
/third_party/musl/src/locale/
Ddcngettext.c76 a_store(&p->active, 1); in bindtextdomain()
80 a_store(&q->active, 0); in bindtextdomain()
/third_party/musl/porting/linux/user/src/locale/
Ddcngettext.c100 a_store(&p->active, 1); in bindtextdomain()
104 a_store(&q->active, 0); in bindtextdomain()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmemalign.c17 a_store(lk, 0); in unlock()
/third_party/musl/src/signal/
Dsigaction.c50 a_store(&__eintr_valid_flag, 1); in __libc_sigaction()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_mutex_timedlock.c54 a_store(&m->_m_waiters, -1); in pthread_mutex_timedlock_pi()
/third_party/musl/porting/liteos_a/user/src/signal/
Dsigaction.c321 a_store(&__eintr_valid_flag, 1); in __libc_sigaction()

12