Searched defs:gpr_time_from_micros (Results 1 – 5 of 5) sorted by relevance
114 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type type) { in gpr_time_from_micros() function
114 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type) { in gpr_time_from_micros() function
778 #define gpr_time_from_micros gpr_time_from_micros_import macro
1582 pub fn gpr_time_from_micros(us: i64, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_time_from_micros() function