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

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_spin_unlock.c5 a_store(s, 0);
H A D__lock.c12 a_store(l, 0);
H A Dpthread_barrier_wait.c16 a_store(&b->_b_count, 0);
20 a_store(&b->_b_lock, 0);
30 a_store(&b->_b_count, 0);
81 a_store(&b->_b_lock, 0);
95 a_store(&b->_b_lock, 0);
97 a_store(&inst->last, 1);
101 a_store(&b->_b_lock, 0);
H A Dsynccall.c79 a_store(&__block_new_threads, 1);
116 a_store(&target_tid, tid);
172 a_store(&__block_new_threads, 0);
H A Dpthread_cancel.c94 a_store(&t->cancel, 1);
H A Dpthread_cond_timedwait.c55 a_store(l, 0);
H A Dpthread_create.c298 a_store(new->startlock, ret<0 ? 2 : 0);
/seL4-refos-master/libs/libmuslc/arch/powerpc/
H A Datomic_arch.h33 #define a_store a_store macro
34 static inline void a_store(volatile int *p, int v) function
/seL4-refos-master/libs/libmuslc/arch/powerpc64/
H A Datomic_arch.h51 #define a_store a_store macro
52 static inline void a_store(volatile int *p, int v) function
/seL4-refos-master/libs/libmuslc/src/stdio/
H A D__lockfile.c16 a_store(&f->lock, 0);
H A Dftrylockfile.c9 a_store(&f->lock, 0x40000000);
/seL4-refos-master/libs/libmuslc/src/time/
H A Dtimer_delete.c9 a_store(&td->timer_id, td->timer_id | INT_MIN);
/seL4-refos-master/libs/libmuslc/arch/i386/
H A Datomic_arch.h60 #define a_store a_store macro
61 static inline void a_store(volatile int *p, int x) function
/seL4-refos-master/libs/libmuslc/arch/i386_sel4/
H A Datomic_arch.h60 #define a_store a_store macro
61 static inline void a_store(volatile int *p, int x) function
/seL4-refos-master/libs/libmuslc/arch/x32/
H A Datomic_arch.h76 #define a_store a_store macro
77 static inline void a_store(volatile int *p, int x) function
/seL4-refos-master/libs/libmuslc/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) function
/seL4-refos-master/libs/libmuslc/arch/x86_64_sel4/
H A Datomic_arch.h85 #define a_store a_store macro
86 static inline void a_store(volatile int *p, int x) function
/seL4-refos-master/libs/libmuslc/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) function
/seL4-refos-master/libs/libmuslc/src/locale/
H A Ddcngettext.c74 a_store(&p->active, 1);
78 a_store(&q->active, 0);
219 a_store(&p->nplurals, np);
/seL4-refos-master/libs/libmuslc/src/env/
H A D__init_tls.c40 a_store(&libc.threaded, 1);
/seL4-refos-master/libs/libmuslc/src/aio/
H A Daio.c182 a_store(&__pthread_self()->cancel, 0);
/seL4-refos-master/libs/libmuslc/src/malloc/
H A Dmalloc.c80 a_store(lk, 0);

Completed in 152 milliseconds