Home | History | Annotate | Download | only in libevent

Lines Matching refs:event_config

525 	struct event_config *cfg = event_config_new();
536 event_config_is_avoided_method(const struct event_config *cfg,
607 event_base_new_with_config(const struct event_config *cfg)
1137 struct event_config *
1140 struct event_config *cfg = mm_calloc(1, sizeof(*cfg));
1162 event_config_free(struct event_config *cfg)
1174 event_config_set_flag(struct event_config *cfg, int flag)
1183 event_config_avoid_method(struct event_config *cfg, const char *method)
1200 event_config_require_features(struct event_config *cfg,
1210 event_config_set_num_cpus_hint(struct event_config *cfg, int cpus)
1219 event_config_set_max_dispatch_interval(struct event_config *cfg,