Home
last modified time | relevance | path

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/
Datm_gcc_atomic.h47 #define gpr_atm_full_fetch_add(p, delta) \ macro
Datm_windows.h106 static __inline gpr_atm gpr_atm_full_fetch_add(gpr_atm* p, gpr_atm delta) { in gpr_atm_full_fetch_add() function
Datm_gcc_sync.h68 #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 Datm_gcc_atomic.h47 #define gpr_atm_full_fetch_add(p, delta) \ macro
H A Datm_windows.h106 static __inline gpr_atm gpr_atm_full_fetch_add(gpr_atm* p, gpr_atm delta) { in gpr_atm_full_fetch_add() function
H A Datm_gcc_sync.h68 #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/
Datm_gcc_atomic.h47 #define gpr_atm_full_fetch_add(p, delta) \ macro
Datm_windows.h106 static __inline gpr_atm gpr_atm_full_fetch_add(gpr_atm* p, gpr_atm delta) { in gpr_atm_full_fetch_add() function
Datm_gcc_sync.h68 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro