Searched refs:a_fetch_or (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | atomic.h | 70 #ifndef a_fetch_or 71 #define a_fetch_or a_fetch_or macro 72 static inline int a_fetch_or(volatile int *p, int v) in a_fetch_or() function 138 #ifndef a_fetch_or 139 #define a_fetch_or a_fetch_or macro 140 static inline int a_fetch_or(volatile int *p, int v) in a_fetch_or() function 161 a_fetch_or(p, v); in a_or()
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
H A D | atomic.h | 70 #ifndef a_fetch_or 71 #define a_fetch_or a_fetch_or macro 72 static inline int a_fetch_or(volatile int *p, int v) in a_fetch_or() function 138 #ifndef a_fetch_or 139 #define a_fetch_or a_fetch_or macro 140 static inline int a_fetch_or(volatile int *p, int v) in a_fetch_or() function 161 a_fetch_or(p, v); in a_or()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | atomic.h | 70 #ifndef a_fetch_or 71 #define a_fetch_or a_fetch_or macro 72 static inline int a_fetch_or(volatile int *p, int v) in a_fetch_or() function 138 #ifndef a_fetch_or 139 #define a_fetch_or a_fetch_or macro 140 static inline int a_fetch_or(volatile int *p, int v) in a_fetch_or() function 161 a_fetch_or(p, v); in a_or()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | atomic.h | 70 #ifndef a_fetch_or 71 #define a_fetch_or a_fetch_or macro 72 static inline int a_fetch_or(volatile int *p, int v) in a_fetch_or() function 138 #ifndef a_fetch_or 139 #define a_fetch_or a_fetch_or macro 140 static inline int a_fetch_or(volatile int *p, int v) in a_fetch_or() function 161 a_fetch_or(p, v); in a_or()
|
/third_party/musl/src/internal/ |
H A D | atomic.h | 70 #ifndef a_fetch_or 71 #define a_fetch_or a_fetch_or macro 72 static inline int a_fetch_or(volatile int *p, int v) in a_fetch_or() function 138 #ifndef a_fetch_or 139 #define a_fetch_or a_fetch_or macro 140 static inline int a_fetch_or(volatile int *p, int v) in a_fetch_or() function 161 a_fetch_or(p, v); in a_or()
|
Completed in 4 milliseconds