Searched defs:found_monotonic (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dtimer.c355 bool found_monotonic = false, found_realtime = false; local
467 if (!found_monotonic)
472 found_monotonic = true;
476 if (!found_monotonic && !found_realtime) {
482 if (found_monotonic) {

Completed in 12 milliseconds