Searched refs:event_base_new_with_config (Results 1 – 10 of 10) sorted by relevance
92 base = event_base_new_with_config(cfg); in main()
151 base = event_base_new_with_config(cfg); in main()
2414 base = event_base_new_with_config(cfg); in test_methods()2462 base = event_base_new_with_config(cfg); in test_base_features()2565 base = event_base_new_with_config(cfg); in test_base_environ()2580 base = event_base_new_with_config(cfg); in test_base_environ()2863 b = event_base_new_with_config(cfg); in test_mm_functions()3096 cached_time_base = base = event_base_new_with_config(cfg); in test_gettimeofday_cached()
287 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 *);
451 struct event_base *base = event_base_new_with_config(NULL); in event_init()469 base = event_base_new_with_config(cfg); in event_base_new()549 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…
238 base = event_base_new_with_config(evcfg); in sntp_main()