HomeSort by relevance Sort by last modified time
    Searched defs:gpr_atm_full_fetch_add (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/include/grpc/impl/codegen/
atm_gcc_atomic.h 60 #define gpr_atm_full_fetch_add(p, delta) \ macro
atm_gcc_sync.h 67 gpr_atm_full_fetch_add((p), (delta))
68 #define gpr_atm_full_fetch_add(p, delta) (__sync_fetch_and_add((p), (delta))) macro
atm_windows.h 104 static __inline gpr_atm gpr_atm_full_fetch_add(gpr_atm* p, gpr_atm delta) { function

Completed in 54 milliseconds