Searched refs:to_seconds_from_sub_second_time (Results 1 – 1 of 1) sorted by relevance
70 static gpr_timespec to_seconds_from_sub_second_time(int64_t time_in_units, in to_seconds_from_sub_second_time() function111 return to_seconds_from_sub_second_time(ns, GPR_NS_PER_SEC, type); in gpr_time_from_nanos()115 return to_seconds_from_sub_second_time(us, GPR_US_PER_SEC, type); in gpr_time_from_micros()119 return to_seconds_from_sub_second_time(ms, GPR_MS_PER_SEC, type); in gpr_time_from_millis()123 return to_seconds_from_sub_second_time(s, 1, type); in gpr_time_from_seconds()