/external/chromium/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/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/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/sample/ |
signal-test.c | 51 event_init();
|
time-test.c | 55 event_init();
|
event-test.c | 121 event_init();
|
/system/core/sh/ |
mkinit.sh | 44 event_init= 170 echo "${event_init%$nl}"
|
/external/chromium/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 | 159 event_init(void) function
|
/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...] |
/external/linux-tools-perf/util/include/linux/added/ |
perf_event.h | 631 int (*event_init) (struct perf_event *event); member in struct:pmu
|