Home
last modified time | relevance | path

Searched refs:FDI_HAS_EVENTS (Results 1 – 1 of 1) sorted by relevance

/external/libevent/
Devport.c104 #define FDI_HAS_EVENTS(fdi) (FDI_HAS_READ(fdi) || FDI_HAS_WRITE(fdi)) macro
300 if (fdi != NULL && FDI_HAS_EVENTS(fdi)) { in evport_dispatch()
437 if (!FDI_HAS_EVENTS(fdi) && in evport_del()
448 if (FDI_HAS_EVENTS(fdi)) { in evport_del()