Searched refs:GPR_US_PER_MS (Results 1 – 3 of 3) sorted by relevance
131 *timeout = x / GPR_US_PER_MS + (x % GPR_US_PER_MS != 0); in grpc_http2_decode_timeout()
109 return static_cast<grpc_millis>(x / GPR_US_PER_MS + (x % GPR_US_PER_MS != 0)); in millis_from_micros()
44 #define GPR_US_PER_MS 1000 macro