Home
last modified time | relevance | path

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

/external/dhcpcd/
Dcommon.c149 static clockid_t posix_clock; in get_monotonic() local
153 posix_clock = CLOCK_MONOTONIC; in get_monotonic()
159 if (clock_gettime(posix_clock, &ts) == 0) { in get_monotonic()