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

  /external/grpc-grpc/src/core/lib/gpr/
time.cc 163 gpr_timespec gpr_time_sub(gpr_timespec a, gpr_timespec b) { function
205 return gpr_time_cmp(gpr_time_sub(b, a), threshold) <= 0;
207 return gpr_time_cmp(gpr_time_sub(a, b), threshold) <= 0;
242 return gpr_time_sub(t, gpr_now(t.clock_type));
250 gpr_time_sub(t, gpr_now(t.clock_type)));
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc_imports.generated.h 775 #define gpr_time_sub macro
    [all...]

Completed in 67 milliseconds