HomeSort by: relevance | last modified time | path
    Searched defs:posix_clock (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
common.c 88 static clockid_t posix_clock; local in function:get_monotonic
92 posix_clock = CLOCK_MONOTONIC;
98 if (clock_gettime(posix_clock, &ts) == 0) {
common.c 88 static clockid_t posix_clock; local in function:get_monotonic
92 posix_clock = CLOCK_MONOTONIC;
98 if (clock_gettime(posix_clock, &ts) == 0) {

Completed in 21 milliseconds