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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dbench_http.c87 struct event_config *cfg = event_config_new();
H A Dtest-ratelim.c193 struct event_config *base_cfg;
H A Dregress.c1893 struct event_config *cfg = NULL;
1955 struct event_config *cfg = NULL;
2017 struct event_config *cfg = NULL;
2314 struct event_config *cfg = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent-internal.h304 struct event_config { struct
H A Devent.c446 struct event_config *cfg = event_config_new();
457 event_config_is_avoided_method(const struct event_config *cfg,
548 event_base_new_with_config(const struct event_config *cfg)
918 struct event_config *
921 struct event_config *cfg = mm_calloc(1, sizeof(*cfg));
940 event_config_free(struct event_config *cfg)
952 event_config_set_flag(struct event_config *cfg, int flag)
961 event_config_avoid_method(struct event_config *cfg, const char *method)
978 event_config_require_features(struct event_config *cfg,
988 event_config_set_num_cpus_hint(struct event_config *cf
[all...]

Completed in 83 milliseconds