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

  /src/usr.bin/rump_dhcpclient/
common.c 85 static int posix_clock_set = 0; local in function:get_monotonic
90 if (!posix_clock_set) {
93 clock_monotonic = posix_clock_set = 1;
113 if (!posix_clock_set) {
116 clock_monotonic = posix_clock_set = 1;
135 if (!posix_clock_set) {
136 posix_clock_set = 1;
common.c 85 static int posix_clock_set = 0; local in function:get_monotonic
90 if (!posix_clock_set) {
93 clock_monotonic = posix_clock_set = 1;
113 if (!posix_clock_set) {
116 clock_monotonic = posix_clock_set = 1;
135 if (!posix_clock_set) {
136 posix_clock_set = 1;

Completed in 21 milliseconds