HomeSort by relevance Sort by last modified time
    Searched refs:event_init (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/libevent/test/
test-init.c 36 event_init();
test-eof.c 75 event_init();
test-time.c 73 event_init();
test-weof.c 73 event_init();
regress.c 672 struct event_base *base = event_init();
691 base1 = event_init();
693 base2 = event_init();
719 base1 = event_init();
720 base2 = event_init();
765 struct event_base *base = event_init();
796 struct event_base *base = event_init();
854 struct event_base *base = event_init();
880 base1 = event_init();
1630 global_base = event_init();
    [all...]
bench.c 166 event_init();
regress_http.c 1086 base = event_init();
1092 event_init();
  /external/chromium_org/third_party/libevent/sample/
signal-test.c 51 event_init();
time-test.c 55 event_init();
event-test.c 121 event_init();
  /external/chromium_org/third_party/libevent/
event.h 58 library, you must call event_init() or event_base_new() to perform one-time
271 @see event_base_set(), event_base_free(), event_init()
278 The event API needs to be initialized with event_init() before it can be
284 struct event_base *event_init(void);
294 @see event_base_new(), event_init()
313 @param eb the event_base structure returned by event_init()
314 @see event_init(), event_dispatch()
386 @param eb the event_base structure returned by event_init()
419 @param eb the event_base structure returned by event_init()
449 @param eb the event_base structure returned by event_init()
    [all...]
event.c 148 event_init(void) function
evdns.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/include/linux/
perf_event.h 196 int (*event_init) (struct perf_event *event); member in struct:pmu

Completed in 82 milliseconds