Searched refs:EventLoop_ (Results 1 – 1 of 1) sorted by relevance
30 typedef struct EventLoop_ { struct31 LE_STATUS (*close)(const struct EventLoop_ *loop); argument32 LE_STATUS (*runLoop)(const struct EventLoop_ *loop); argument33 LE_STATUS (*addEvent)(const struct EventLoop_ *loop, const BaseTask *task, int op); argument34 LE_STATUS (*modEvent)(const struct EventLoop_ *loop, const BaseTask *task, int op); argument35 LE_STATUS (*delEvent)(const struct EventLoop_ *loop, int fd, int op); argument