Searched defs:gpr_atm_full_fetch_add (Results 1 – 9 of 9) sorted by relevance
| /external/grpc-grpc/include/grpc/impl/codegen/ |
| D | atm_windows.h | 104 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
|
| D | atm_gcc_atomic.h | 60 #define gpr_atm_full_fetch_add(p, delta) \ macro
|
| /external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/ |
| D | atm_windows.h | 108 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_atomic.h | 60 #define gpr_atm_full_fetch_add(p, delta) \ macro
|
| D | atm_gcc_sync.h | 70 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro
|
| /external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/ |
| D | atm_windows.h | 108 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_atomic.h | 60 #define gpr_atm_full_fetch_add(p, delta) \ macro
|
| D | atm_gcc_sync.h | 70 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro
|