Searched refs:event_config (Results 1 - 3 of 3) sorted by relevance

/external/libevent/include/event2/
H A Devent.h291 struct event_config struct
394 @return an event_config object that can be used to store configuration, or
396 @see event_base_new_with_config(), event_config_free(), event_config
398 struct event_config *event_config_new(void);
405 void event_config_free(struct event_config *cfg);
419 int event_config_avoid_method(struct event_config *cfg, const char *method);
518 int event_config_require_features(struct event_config *cfg, int feature);
526 int event_config_set_flag(struct event_config *cfg, int flag);
537 int event_config_set_num_cpus_hint(struct event_config *cfg, int cpus);
548 or NULL if no event base can be created with the requested event_config
[all...]
/external/libevent/
H A Devent-internal.h304 struct event_config { struct
H A Devent.c450 struct event_config *cfg = event_config_new();
461 event_config_is_avoided_method(const struct event_config *cfg,
552 event_base_new_with_config(const struct event_config *cfg)
922 struct event_config *
925 struct event_config *cfg = mm_calloc(1, sizeof(*cfg));
944 event_config_free(struct event_config *cfg)
956 event_config_set_flag(struct event_config *cfg, int flag)
965 event_config_avoid_method(struct event_config *cfg, const char *method)
982 event_config_require_features(struct event_config *cfg,
992 event_config_set_num_cpus_hint(struct event_config *cf
[all...]

Completed in 121 milliseconds