HomeSort by relevance Sort by last modified time
    Searched full:posix_clock_set (Results 1 - 1 of 1) sorted by null

  /external/dhcpcd/
common.c 197 static int posix_clock_set = 0; local
202 if (posix_clock_set == 0) {
205 clock_monotonic = posix_clock_set = 1;
225 if (posix_clock_set == 0) {
228 clock_monotonic = posix_clock_set = 1;
247 if (!posix_clock_set) {
249 posix_clock_set = 1;

Completed in 1682 milliseconds