HomeSort by relevance Sort by last modified time
    Searched defs:event_config (Results 1 - 2 of 2) sorted by null

  /external/libevent/include/event2/
event.h 295 struct event_config struct
462 @return an event_config object that can be used to store configuration, or
464 @see event_base_new_with_config(), event_config_free(), event_config
467 struct event_config *event_config_new(void);
475 void event_config_free(struct event_config *cfg);
490 int event_config_avoid_method(struct event_config *cfg, const char *method);
609 int event_config_require_features(struct event_config *cfg, int feature);
618 int event_config_set_flag(struct event_config *cfg, int flag);
630 int event_config_set_num_cpus_hint(struct event_config *cfg, int cpus);
661 int event_config_set_max_dispatch_interval(struct event_config *cfg
    [all...]
  /external/libevent/
event-internal.h 359 struct event_config { struct

Completed in 93 milliseconds