Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gpr/
Dtime_posix.cc62 static const clockid_t clockid_for_gpr_clock[] = {CLOCK_MONOTONIC, variable
77 syscall(SYS_clock_gettime, clockid_for_gpr_clock[clock_type], &now); in now_impl()
79 clock_gettime(clockid_for_gpr_clock[clock_type], &now); in now_impl()