Searched refs:event_base_get_features (Results 1 – 3 of 3) sorted by relevance
584 int event_base_get_features(const struct event_base *base);
485 if (!(event_base_get_features(data->base) & EV_FEATURE_EARLY_CLOSE)) in test_simpleclose()489 if (et && !(event_base_get_features(data->base) & EV_FEATURE_ET)) in test_simpleclose()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()
564 event_base_get_features(const struct event_base *base) in event_base_get_features() function