Home
last modified time | relevance | path

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

/external/dhcpcd/
Dcommon.c146 static int posix_clock_set = 0; in get_monotonic() local
151 if (!posix_clock_set) { in get_monotonic()
154 clock_monotonic = posix_clock_set = 1; in get_monotonic()
174 if (!posix_clock_set) { in get_monotonic()
177 clock_monotonic = posix_clock_set = 1; in get_monotonic()
196 if (!posix_clock_set) { in get_monotonic()
198 posix_clock_set = 1; in get_monotonic()