Searched defs:a_fetch_add (Results 1 - 7 of 7) sorted by relevance

/seL4-refos-master/libs/libmuslc/arch/microblaze/
H A Datomic_arch.h37 #define a_fetch_add a_fetch_add macro
38 static inline int a_fetch_add(volatile int *x, int v) function
/seL4-refos-master/libs/libmuslc/arch/i386/
H A Datomic_arch.h19 #define a_fetch_add a_fetch_add macro
20 static inline int a_fetch_add(volatile int *p, int v) function
/seL4-refos-master/libs/libmuslc/arch/i386_sel4/
H A Datomic_arch.h19 #define a_fetch_add a_fetch_add macro
20 static inline int a_fetch_add(volatile int *p, int v) function
/seL4-refos-master/libs/libmuslc/arch/x32/
H A Datomic_arch.h19 #define a_fetch_add a_fetch_add macro
20 static inline int a_fetch_add(volatile int *p, int v) function
/seL4-refos-master/libs/libmuslc/arch/x86_64/
H A Datomic_arch.h28 #define a_fetch_add a_fetch_add macro
29 static inline int a_fetch_add(volatile int *p, int v) function
/seL4-refos-master/libs/libmuslc/arch/x86_64_sel4/
H A Datomic_arch.h28 #define a_fetch_add a_fetch_add macro
29 static inline int a_fetch_add(volatile int *p, int v) function
/seL4-refos-master/libs/libmuslc/src/internal/
H A Datomic.h45 #define a_fetch_add a_fetch_add macro
46 static inline int a_fetch_add(volatile int *p, int v) function
118 #define a_fetch_add a_fetch_add macro
119 static inline int a_fetch_add(volatile int *p, int v) function
[all...]

Completed in 43 milliseconds