Home
last modified time | relevance | path

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

/external/libevent/
Devutil_time.c314 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_()
518 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_()
Devent.c637 flags = precise_time ? EV_MONOT_PRECISE : 0; in event_base_new_with_config()
/external/libevent/include/event2/
Dutil.h331 #define EV_MONOT_PRECISE 1 macro
/external/libevent/test/
Dregress_util.c1401 flags |= EV_MONOT_PRECISE; in test_evutil_monotonic_res()
1459 flags |= EV_MONOT_PRECISE; in test_evutil_monotonic_prc()