Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libevent/
Dchromium.patch94 -static int use_monotonic;
95 +static int use_monotonic = 1;
110 - use_monotonic = 1;
121 - if (use_monotonic) {
128 + if (use_monotonic &&
136 + use_monotonic = 0;
Devent.c110 static int use_monotonic = 1; variable
134 if (use_monotonic && in gettime()
142 use_monotonic = 0; in gettime()
859 if (use_monotonic) in timeout_correct()