/third_party/musl/src/thread/ |
D | pthread_barrier_wait.c | 16 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()
|
D | pthread_spin_unlock.c | 5 a_store(s, 0); in pthread_spin_unlock()
|
D | pthread_mutex_unlock.c | 35 if (new) a_store(&m->_m_waiters, -1); in __pthread_mutex_unlock()
|
D | pthread_cancel.c | 94 a_store(&t->cancel, 1); in pthread_cancel()
|
D | pthread_mutex_timedlock.c | 38 a_store(&m->_m_waiters, -1); in pthread_mutex_timedlock_pi()
|
D | pthread_cond_timedwait.c | 50 a_store(l, 0); in unlock_requeue()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_barrier_wait.c | 16 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()
|
D | pthread_cancel.c | 82 a_store(&t->cancel, 1); in pthread_cancel()
|
D | pthread_mutex_timedlock.c | 38 a_store(&m->_m_waiters, -1); in pthread_mutex_timedlock_pi()
|
/third_party/musl/arch/i386/ |
D | atomic_arch.h | 60 #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/ |
D | atomic_arch.h | 76 #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/ |
D | atomic_arch.h | 85 #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/ |
D | atomic.h | 181 #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/ |
D | atomic.h | 181 #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/ |
D | atomic.h | 181 #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/ |
D | atomic.h | 181 #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/ |
D | atomic.h | 181 #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/ |
D | timer_delete.c | 9 a_store(&td->timer_id, td->timer_id | INT_MIN); in timer_delete()
|
/third_party/musl/src/stdio/ |
D | ftrylockfile.c | 9 a_store(&f->lock, 0x40000000); in __do_orphaned_stdio_locks()
|
/third_party/musl/src/locale/ |
D | dcngettext.c | 76 a_store(&p->active, 1); in bindtextdomain() 80 a_store(&q->active, 0); in bindtextdomain()
|
/third_party/musl/porting/linux/user/src/locale/ |
D | dcngettext.c | 100 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/ |
D | memalign.c | 17 a_store(lk, 0); in unlock()
|
/third_party/musl/src/signal/ |
D | sigaction.c | 50 a_store(&__eintr_valid_flag, 1); in __libc_sigaction()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_mutex_timedlock.c | 54 a_store(&m->_m_waiters, -1); in pthread_mutex_timedlock_pi()
|
/third_party/musl/porting/liteos_a/user/src/signal/ |
D | sigaction.c | 321 a_store(&__eintr_valid_flag, 1); in __libc_sigaction()
|