Searched refs:a_fetch_and (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | atomic.h | 57 #ifndef a_fetch_and 58 #define a_fetch_and a_fetch_and macro 59 static inline int a_fetch_and(volatile int *p, int v) in a_fetch_and() function 128 #ifndef a_fetch_and 129 #define a_fetch_and a_fetch_and macro 130 static inline int a_fetch_and(volatile int *p, int v) in a_fetch_and() function 153 a_fetch_and(p, v); in a_and()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | atomic.h | 57 #ifndef a_fetch_and 58 #define a_fetch_and a_fetch_and macro 59 static inline int a_fetch_and(volatile int *p, int v) in a_fetch_and() function 128 #ifndef a_fetch_and 129 #define a_fetch_and a_fetch_and macro 130 static inline int a_fetch_and(volatile int *p, int v) in a_fetch_and() function 153 a_fetch_and(p, v); in a_and()
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | atomic.h | 57 #ifndef a_fetch_and 58 #define a_fetch_and a_fetch_and macro 59 static inline int a_fetch_and(volatile int *p, int v) in a_fetch_and() function 128 #ifndef a_fetch_and 129 #define a_fetch_and a_fetch_and macro 130 static inline int a_fetch_and(volatile int *p, int v) in a_fetch_and() function 153 a_fetch_and(p, v); in a_and()
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | atomic.h | 57 #ifndef a_fetch_and 58 #define a_fetch_and a_fetch_and macro 59 static inline int a_fetch_and(volatile int *p, int v) in a_fetch_and() function 128 #ifndef a_fetch_and 129 #define a_fetch_and a_fetch_and macro 130 static inline int a_fetch_and(volatile int *p, int v) in a_fetch_and() function 153 a_fetch_and(p, v); in a_and()
|
/third_party/musl/src/internal/ |
D | atomic.h | 57 #ifndef a_fetch_and 58 #define a_fetch_and a_fetch_and macro 59 static inline int a_fetch_and(volatile int *p, int v) in a_fetch_and() function 128 #ifndef a_fetch_and 129 #define a_fetch_and a_fetch_and macro 130 static inline int a_fetch_and(volatile int *p, int v) in a_fetch_and() function 153 a_fetch_and(p, v); in a_and()
|