/third_party/musl/porting/liteos_a/user/src/thread/ |
H A 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()
|
H A D | pthread_mutexattr_setprotocol.c | 20 a_store(&check_pi_result, r); in pthread_mutexattr_setprotocol()
|
H A D | pthread_create.c | 40 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 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() 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 D | pthread_spin_unlock.c | 5 a_store(s, 0); in pthread_spin_unlock()
|
H A D | pthread_mutexattr_setprotocol.c | 21 a_store(&check_pi_result, r); in pthread_mutexattr_setprotocol()
|
H A D | pthread_mutexattr_setrobust.c | 18 a_store(&check_robust_result, r); in pthread_mutexattr_setrobust()
|
H A D | pthread_mutex_unlock.c | 44 if (new) a_store(&m->_m_waiters, -1); in __pthread_mutex_unlock()
|
/third_party/musl/arch/i386/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | timer_create.c | 144 a_store(&init, 1); in timer_create() 151 a_store(&args.b, 0); in timer_create()
|
H A D | timer_delete.c | 9 a_store(&td->timer_id, td->timer_id | INT_MIN); in timer_delete()
|
/third_party/musl/src/stdio/ |
H A D | ftrylockfile.c | 9 a_store(&f->lock, 0x40000000); in __do_orphaned_stdio_locks()
|
/third_party/musl/src/malloc/ |
H A D | memalign.c | 18 a_store(lk, 0); in unlock()
|
/third_party/musl/src/signal/ |
H A D | sigaction.c | 43 a_store(&__eintr_valid_flag, 1); in __libc_sigaction()
|
/third_party/musl/porting/linux/user/src/signal/ |
H A D | sigaction.c | 68 a_store(&__eintr_valid_flag, 1); in __libc_sigaction()
|
/third_party/musl/src/signal/linux/ |
H A D | sigaction.c | 68 a_store(&__eintr_valid_flag, 1); in __libc_sigaction()
|
/third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
H A D | memalign.c | 17 a_store(lk, 0); in unlock()
|
/third_party/musl/porting/linux/user/src/locale/ |
H A D | dcngettext.c | 108 a_store(&p->active, 1); in bindtextdomain() 112 a_store(&q->active, 0); in bindtextdomain()
|