Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rump_dhcpclient/
H A Dcommon.c85 static int posix_clock_set = 0; in get_monotonic() local
90 if (!posix_clock_set) { in get_monotonic()
93 clock_monotonic = posix_clock_set = 1; in get_monotonic()
113 if (!posix_clock_set) { in get_monotonic()
116 clock_monotonic = posix_clock_set = 1; in get_monotonic()
135 if (!posix_clock_set) { in get_monotonic()
136 posix_clock_set = 1; in get_monotonic()