Home
last modified time | relevance | path

Searched refs:EV_FEATURE_ET (Results 1 – 6 of 6) 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.c104 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/cronet/net/third_party/quiche/src/quiche/quic/bindings/
Dquic_libevent.cc70 edge_triggered_(event_base_get_features(base) & EV_FEATURE_ET), in LibeventQuicEventLoop()
/external/libevent/include/event2/
Devent.h503 EV_FEATURE_ET = 0x01, enumerator
/external/libevent/test/
Dregress.c489 if (et && !(event_base_get_features(data->base) & EV_FEATURE_ET)) in test_simpleclose()
2634 tt_assert(0 == event_config_require_features(cfg, EV_FEATURE_ET)); in test_base_features()
2638 tt_int_op(EV_FEATURE_ET, ==, in test_base_features()
2639 event_base_get_features(base) & EV_FEATURE_ET); in test_base_features()
2642 tt_int_op(0, ==, event_base_get_features(base) & EV_FEATURE_ET); in test_base_features()