Searched defs:clock_type (Results 1 – 14 of 14) sorted by relevance
114 gpr_timespec gpr_time_from_nanos(int64_t ns, gpr_clock_type clock_type) { in gpr_time_from_nanos()118 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type) { in gpr_time_from_micros()122 gpr_timespec gpr_time_from_millis(int64_t ms, gpr_clock_type clock_type) { in gpr_time_from_millis()126 gpr_timespec gpr_time_from_seconds(int64_t s, gpr_clock_type clock_type) { in gpr_time_from_seconds()130 gpr_timespec gpr_time_from_minutes(int64_t m, gpr_clock_type clock_type) { in gpr_time_from_minutes()134 gpr_timespec gpr_time_from_hours(int64_t h, gpr_clock_type clock_type) { in gpr_time_from_hours()244 gpr_timespec gpr_convert_clock_type(gpr_timespec t, gpr_clock_type clock_type) { in gpr_convert_clock_type()
103 gpr_timespec MillisecondsAsTimespec(int64_t millis, gpr_clock_type clock_type) { in MillisecondsAsTimespec()
50 gpr_clock_type clock_type) { in gpr_from_timespec()69 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()89 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
52 gpr_clock_type clock_type; member
79 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
41 int clock_type = -1; in main() local
143 gpr_now_impl = [](gpr_clock_type clock_type) { in LLVMFuzzerTestOneInput()
42 gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
59 gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
39 gpr_timespec fake_gpr_now(gpr_clock_type clock_type) { in fake_gpr_now()
123 gpr_timespec FuzzingEventEngine::NowAsTimespec(gpr_clock_type clock_type) { in NowAsTimespec()679 gpr_timespec FuzzingEventEngine::GlobalNowImpl(gpr_clock_type clock_type) { in GlobalNowImpl()
39 gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
45 gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
6670 using clock_type = Clock; typedef