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

/netbsd-6-1-5-RELEASE/usr.bin/rump_dhcpclient/
H A Dcommon.c85 static int posix_clock_set = 0; local
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;
/netbsd-6-1-5-RELEASE/external/bsd/dhcpcd/dist/
H A Dcommon.c146 static int posix_clock_set = 0; local
151 if (!posix_clock_set) {
154 clock_monotonic = posix_clock_set = 1;
174 if (!posix_clock_set) {
177 clock_monotonic = posix_clock_set = 1;
196 if (!posix_clock_set) {
198 posix_clock_set = 1;

Completed in 103 milliseconds