OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tv_clock_diff
(Results
1 - 2
of
2
) sorted by null
/external/libevent/
event-internal.h
298
struct timeval
tv_clock_diff
;
member in struct:event_base
299
/** Second in which we last updated
tv_clock_diff
, in monotonic time. */
event.c
390
evutil_timersub(&tv, tp, &base->
tv_clock_diff
);
411
evutil_timeradd(&base->tv_cache, &base->
tv_clock_diff
, tv);
[
all
...]
Completed in 145 milliseconds