Home
last modified time | relevance | path

Searched refs:a_store (Results 1 - 25 of 50) sorted by relevance

12

/third_party/musl/porting/liteos_a/user/src/thread/
H A 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()
H A Dpthread_mutexattr_setprotocol.c20 a_store(&check_pi_result, r); in pthread_mutexattr_setprotocol()
H A Dpthread_create.c40 a_store(&__thread_list_lock, 0); in __tl_unlock()
145 a_store(&self->detach_state, DT_EXITED); in __pthread_exit()
/third_party/musl/src/thread/
H A 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()
100 a_store(&b->_b_lock, 0); in pthread_barrier_wait()
102 a_store(&inst->last, 1); in pthread_barrier_wait()
106 a_store(&b->_b_lock, 0); in pthread_barrier_wait()
H A Dpthread_spin_unlock.c5 a_store(s, 0); in pthread_spin_unlock()
H A Dpthread_mutexattr_setprotocol.c21 a_store(&check_pi_result, r); in pthread_mutexattr_setprotocol()
H A Dpthread_mutexattr_setrobust.c18 a_store(&check_robust_result, r); in pthread_mutexattr_setrobust()
H A Dpthread_mutex_unlock.c44 if (new) a_store(&m->_m_waiters, -1); in __pthread_mutex_unlock()
/third_party/musl/arch/i386/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A Dtimer_create.c144 a_store(&init, 1); in timer_create()
151 a_store(&args.b, 0); in timer_create()
H A Dtimer_delete.c9 a_store(&td->timer_id, td->timer_id | INT_MIN); in timer_delete()
/third_party/musl/src/stdio/
H A Dftrylockfile.c9 a_store(&f->lock, 0x40000000); in __do_orphaned_stdio_locks()
/third_party/musl/src/malloc/
H A Dmemalign.c18 a_store(lk, 0); in unlock()
/third_party/musl/src/signal/
H A Dsigaction.c43 a_store(&__eintr_valid_flag, 1); in __libc_sigaction()
/third_party/musl/porting/linux/user/src/signal/
H A Dsigaction.c68 a_store(&__eintr_valid_flag, 1); in __libc_sigaction()
/third_party/musl/src/signal/linux/
H A Dsigaction.c68 a_store(&__eintr_valid_flag, 1); in __libc_sigaction()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemalign.c17 a_store(lk, 0); in unlock()
/third_party/musl/porting/linux/user/src/locale/
H A Ddcngettext.c108 a_store(&p->active, 1); in bindtextdomain()
112 a_store(&q->active, 0); in bindtextdomain()

Completed in 8 milliseconds

12