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

  /external/chromium/third_party/libevent/sample/
time-test.c 45 event_add(timeout, &tv);
62 event_add(&timeout, &tv);
signal-test.c 57 event_add(&signal_int, NULL);
event-test.c 38 event_add(ev, NULL);
131 event_add(&evfifo, NULL);
  /external/chromium/third_party/libevent/test/
test-eof.c 49 event_add(arg, NULL);
80 event_add(&ev, NULL);
test-weof.c 51 event_add(arg, NULL);
78 event_add(&ev, NULL);
regress.c 105 if (event_add(arg, NULL) == -1)
157 if (event_add(ev, NULL) == -1)
179 if (event_add(ev, NULL) == -1)
240 if (event_add(&both->ev, NULL) == -1)
264 if (event_add(&both->ev, NULL) == -1)
334 event_add(&read_evs[i], NULL);
338 event_add(&write_evs[i], NULL);
377 if (event_add(&ev, NULL) == -1)
393 if (event_add(&ev, NULL) == -1)
416 if (event_add(&ev, NULL) == -1
    [all...]
bench.c 92 event_add(&events[i], NULL);
  /external/chromium/third_party/libevent/
event.h 66 events by calling event_add(). The event structure must remain allocated as
462 #define evtimer_add(ev, tv) event_add(ev, tv)
490 #define timeout_add(ev, tv) event_add(ev, tv)
513 #define signal_add(ev, tv) event_add(ev, tv)
524 future calls to event_add() and event_del(). The event will be prepared to
534 EV_READ, or EV_WRITE. The additional flag EV_PERSIST makes an event_add()
543 @see event_add(), event_del(), event_once()
596 The function event_add() schedules the execution of the ev event when the
611 int event_add(struct event *ev, const struct timeval *timeout);
623 @see event_add()
    [all...]
signal.c 224 if (event_add(&sig->ev_signal, NULL))
evbuffer.c 68 return (event_add(ev, ptv));
event.c 605 res = event_add(&eonce->ev, tv);
700 event_add(struct event *ev, const struct timeval *tv) function
708 "event_add: event: %p, %s%s%scall %p",
768 "event_add: timeout in %ld seconds, call %p",
evdns.c     [all...]
http.c 331 event_add(ev, &tv);
333 event_add(ev, NULL);
1110 event_add(&evcon->close_ev, NULL);
    [all...]
  /external/chromium/base/
message_pump_libevent.cc 32 // the libevent functions event_add() and event_del().
183 if (event_add(evt.get(), NULL) != 0) {
252 event_add(timer_event.get(), &poll_tv);
319 if (event_add(wakeup_event_, 0))
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_i.h 188 int event_add(struct subscription *s, const struct wpabuf *data);
wps_upnp.c 536 if (event_add(s, buf)) {
726 if (event_add(s, buf)) {
    [all...]
wps_upnp_event.c 503 * event_add - Add a new event to a queue
508 int event_add(struct subscription *s, const struct wpabuf *data) function
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 182 int event_add(struct subscription *s, const struct wpabuf *data, int probereq);
wps_upnp_event.c 369 * event_add - Add a new event to a queue
375 int event_add(struct subscription *s, const struct wpabuf *data, int probereq) function
wps_upnp.c 534 event_add(s, buf,
684 ret = event_add(s, buf, 0);
    [all...]

Completed in 182 milliseconds