/external/chromium/third_party/libevent/ |
event.h | 481 #define evtimer_pending(ev, tv) event_pending(ev, EV_TIMEOUT, tv) 510 #define timeout_pending(ev, tv) event_pending(ev, EV_TIMEOUT, tv) 517 #define signal_pending(ev, tv) event_pending(ev, EV_SIGNAL, tv) 641 int event_pending(struct event *ev, short event, struct timeval *tv); [all...] |
evbuffer.c | 413 if (event_pending(&bufev->ev_read, EV_READ, NULL)) 415 if (event_pending(&bufev->ev_write, EV_WRITE, NULL))
|
event.c | 673 event_pending(struct event *ev, short event, struct timeval *tv) function
|
http.c | 348 if (event_pending(&evcon->ev, EV_WRITE|EV_TIMEOUT, NULL)) [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_Generic.c | [all...] |
phHciNfc_Generic.h | 730 volatile uint8_t event_pending; member in struct:phHciNfc_sContext [all...] |
phHciNfc_NfcIPMgmt.c | 838 psHciContext->event_pending = FALSE; [all...] |