Searched refs:event_base_new_with_config (Results 1 – 9 of 9) sorted by relevance
85 base = event_base_new_with_config(cfg); in main()
153 base = event_base_new_with_config(cfg); in main()
2517 base = event_base_new_with_config(cfg); in test_methods()2565 base = event_base_new_with_config(cfg); in test_base_features()2668 base = event_base_new_with_config(cfg); in test_base_environ()2683 base = event_base_new_with_config(cfg); in test_base_environ()2994 b = event_base_new_with_config(cfg); in test_mm_functions()3227 cached_time_base = base = event_base_new_with_config(cfg); in test_gettimeofday_cached()
289 base = event_base_new_with_config(base_cfg); in test_ratelimiting()
466 base = event_base_new_with_config(cfg); in thread_deferred_cb_skew()
678 struct event_base *event_base_new_with_config(const struct event_config *);
467 struct event_base *base = event_base_new_with_config(NULL); in event_init()485 base = event_base_new_with_config(cfg); in event_base_new()565 event_base_new_with_config(const struct event_config *cfg) in event_base_new_with_config() function
173 base = event_base_new_with_config(config);
1059 …o The event_base_new() and event_base_new_with_config() functions now never call exit() on failure…1225 o event_base_new_with_config() and corresponding config APIs.1238 …o change failing behavior of event_base_new_with_config: if a config is provided and no backend is…