Home
last modified time | relevance | path

Searched refs:EV_FEATURE_ET (Results 1 – 5 of 5) sorted by relevance

/external/libevent/
Depoll.c107 EV_FEATURE_ET|EV_FEATURE_O1| EARLY_CLOSE_IF_HAVE_RDHUP,
125 EV_FEATURE_ET|EV_FEATURE_O1|EV_FEATURE_EARLY_CLOSE,
Dkqueue.c99 EV_FEATURE_ET|EV_FEATURE_O1|EV_FEATURE_FDS,
Dwhatsnew-2.0.txt255 The corresponding event_config feature is EV_FEATURE_ET; see 2.4 for more
/external/libevent/include/event2/
Devent.h503 EV_FEATURE_ET = 0x01, enumerator
/external/libevent/test/
Dregress.c2563 tt_assert(0 == event_config_require_features(cfg, EV_FEATURE_ET)); in test_base_features()
2567 tt_int_op(EV_FEATURE_ET, ==, in test_base_features()
2568 event_base_get_features(base) & EV_FEATURE_ET); in test_base_features()
2571 tt_int_op(0, ==, event_base_get_features(base) & EV_FEATURE_ET); in test_base_features()