Searched defs:gpr_time_from_hours (Results 1 – 5 of 5) sorted by relevance
130 gpr_timespec gpr_time_from_hours(int64_t h, gpr_clock_type type) { in gpr_time_from_hours() function
130 gpr_timespec gpr_time_from_hours(int64_t h, gpr_clock_type clock_type) { in gpr_time_from_hours() function
793 #define gpr_time_from_hours gpr_time_from_hours_import macro
1592 pub fn gpr_time_from_hours(h: i64, clock_type: gpr_clock_type) -> gpr_timespec; in gpr_time_from_hours() function