Searched refs:event_base_get_features (Results 1 – 3 of 3) sorted by relevance
585 int event_base_get_features(const struct event_base *base);
489 if (!(event_base_get_features(data->base) & EV_FEATURE_EARLY_CLOSE)) in test_simpleclose()493 if (et && !(event_base_get_features(data->base) & EV_FEATURE_ET)) in test_simpleclose()2643 event_base_get_features(base) & EV_FEATURE_ET); in test_base_features()2646 tt_int_op(0, ==, event_base_get_features(base) & EV_FEATURE_ET); in test_base_features()
568 event_base_get_features(const struct event_base *base) in event_base_get_features() function