Searched defs:gpr_atm_full_fetch_add (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/support/ |
D | atm_gcc_atomic.h | 47 #define gpr_atm_full_fetch_add(p, delta) \ macro
|
D | atm_windows.h | 106 static __inline gpr_atm gpr_atm_full_fetch_add(gpr_atm* p, gpr_atm delta) { in gpr_atm_full_fetch_add() function
|
D | atm_gcc_sync.h | 68 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro
|
/aosp_15_r20/external/grpc-grpc/include/grpc/support/ |
H A D | atm_gcc_atomic.h | 47 #define gpr_atm_full_fetch_add(p, delta) \ macro
|
H A D | atm_windows.h | 106 static __inline gpr_atm gpr_atm_full_fetch_add(gpr_atm* p, gpr_atm delta) { in gpr_atm_full_fetch_add() function
|
H A D | atm_gcc_sync.h | 68 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/support/ |
D | atm_gcc_atomic.h | 47 #define gpr_atm_full_fetch_add(p, delta) \ macro
|
D | atm_windows.h | 106 static __inline gpr_atm gpr_atm_full_fetch_add(gpr_atm* p, gpr_atm delta) { in gpr_atm_full_fetch_add() function
|
D | atm_gcc_sync.h | 68 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro
|