Searched refs:event_base_once (Results 1 – 2 of 2) sorted by relevance
/external/chromium/third_party/libevent/ |
D | event.c | 433 return (event_base_once(event_base, -1, EV_TIMEOUT, event_loopexit_cb, in event_base_loopexit() 564 return event_base_once(current_base, fd, events, callback, arg, tv); in event_once() 569 event_base_once(struct event_base *base, int fd, short events, in event_base_once() function
|
D | event.h | 588 int event_base_once(struct event_base *base, int fd, short events,
|