Home
last modified time | relevance | path

Searched refs:now_impl (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/gpr/
Dtime_posix.cc67 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl() function
103 static gpr_timespec now_impl(gpr_clock_type clock) { in now_impl() function
131 gpr_timespec (*gpr_now_impl)(gpr_clock_type clock_type) = now_impl;
Dtime_windows.cc43 static gpr_timespec now_impl(gpr_clock_type clock) { in now_impl() function
71 gpr_timespec (*gpr_now_impl)(gpr_clock_type clock_type) = now_impl;
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc67 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl() function
699 gpr_now_impl = now_impl; in LLVMFuzzerTestOneInput()