Searched defs:a_fetch_add (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/arch/microblaze/ |
D | atomic_arch.h | 37 #define a_fetch_add a_fetch_add macro 38 static inline int a_fetch_add(volatile int *x, int v) in a_fetch_add() function
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | atomic.h | 45 #define a_fetch_add a_fetch_add macro 46 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function 118 #define a_fetch_add a_fetch_add macro 119 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | atomic.h | 45 #define a_fetch_add a_fetch_add macro 46 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function 118 #define a_fetch_add a_fetch_add macro 119 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | atomic.h | 45 #define a_fetch_add a_fetch_add macro 46 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function 118 #define a_fetch_add a_fetch_add macro 119 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | atomic.h | 45 #define a_fetch_add a_fetch_add macro 46 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function 118 #define a_fetch_add a_fetch_add macro 119 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/third_party/musl/src/internal/ |
D | atomic.h | 45 #define a_fetch_add a_fetch_add macro 46 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function 118 #define a_fetch_add a_fetch_add macro 119 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/third_party/musl/arch/i386/ |
D | atomic_arch.h | 19 #define a_fetch_add a_fetch_add macro 20 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/third_party/musl/arch/x32/ |
D | atomic_arch.h | 19 #define a_fetch_add a_fetch_add macro 20 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|
/third_party/musl/arch/x86_64/ |
D | atomic_arch.h | 28 #define a_fetch_add a_fetch_add macro 29 static inline int a_fetch_add(volatile int *p, int v) in a_fetch_add() function
|