Searched refs:EV_FEATURE_ET (Results 1 – 6 of 6) sorted by relevance
/external/libevent/ |
D | epoll.c | 107 EV_FEATURE_ET|EV_FEATURE_O1| EARLY_CLOSE_IF_HAVE_RDHUP, 125 EV_FEATURE_ET|EV_FEATURE_O1|EV_FEATURE_EARLY_CLOSE,
|
D | kqueue.c | 104 EV_FEATURE_ET|EV_FEATURE_O1|EV_FEATURE_FDS,
|
D | whatsnew-2.0.txt | 255 The corresponding event_config feature is EV_FEATURE_ET; see 2.4 for more
|
/external/cronet/net/third_party/quiche/src/quiche/quic/bindings/ |
D | quic_libevent.cc | 70 edge_triggered_(event_base_get_features(base) & EV_FEATURE_ET), in LibeventQuicEventLoop()
|
/external/libevent/include/event2/ |
D | event.h | 503 EV_FEATURE_ET = 0x01, enumerator
|
/external/libevent/test/ |
D | regress.c | 489 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()
|