Home
last modified time | relevance | path

Searched refs:event_config (Results 1 – 5 of 5) sorted by relevance

/external/libevent/include/event2/
Devent.h291 struct event_config struct
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);
551 struct event_base *event_base_new_with_config(const struct event_config *);
/external/libevent/
Devent.c450 struct event_config *cfg = event_config_new(); in event_base_new()
461 event_config_is_avoided_method(const struct event_config *cfg, in event_config_is_avoided_method()
552 event_base_new_with_config(const struct event_config *cfg) in event_base_new_with_config()
922 struct event_config *
925 struct event_config *cfg = mm_calloc(1, sizeof(*cfg)); in event_config_new()
944 event_config_free(struct event_config *cfg) in event_config_free()
956 event_config_set_flag(struct event_config *cfg, int flag) in event_config_set_flag()
965 event_config_avoid_method(struct event_config *cfg, const char *method) in event_config_avoid_method()
982 event_config_require_features(struct event_config *cfg, in event_config_require_features()
992 event_config_set_num_cpus_hint(struct event_config *cfg, int cpus) in event_config_set_num_cpus_hint()
Devent-internal.h304 struct event_config { struct
Dwhatsnew-2.0.txt236 event_config. If an event_base is created with a lock, it is safe to call
255 The corresponding event_config feature is EV_FEATURE_ET; see 2.4 for more
DChangeLog1154 …o Make sure that an event_config's flags field is always initialized to 0. [Bug report from Victor…