Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rump_dhcpclient/
H A Dcommon.c88 static clockid_t posix_clock; in get_monotonic() local
92 posix_clock = CLOCK_MONOTONIC; in get_monotonic()
98 if (clock_gettime(posix_clock, &ts) == 0) { in get_monotonic()