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 291 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...]
  /external/libevent/
event-internal.h 304 struct event_config { struct

Completed in 53 milliseconds