Searched defs:gpr_atm_full_fetch_add (Results 1 – 3 of 3) sorted by relevance
108 static __inline gpr_atm gpr_atm_full_fetch_add(gpr_atm* p, gpr_atm delta) { in gpr_atm_full_fetch_add() function
60 #define gpr_atm_full_fetch_add(p, delta) \ macro
70 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro