Home
last modified time | relevance | path

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

/external/libevent/
Devutil_time.c269 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_()
473 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_()
Devent.c595 flags = precise_time ? EV_MONOT_PRECISE : 0; in event_base_new_with_config()
/external/libevent/include/event2/
Dutil.h333 #define EV_MONOT_PRECISE 1 macro
/external/libevent/test/
Dregress_util.c1293 flags |= EV_MONOT_PRECISE; in test_evutil_monotonic_res()
1351 flags |= EV_MONOT_PRECISE; in test_evutil_monotonic_prc()