Home
last modified time | relevance | path

Searched refs:EventLoop_ (Results 1 - 1 of 1) sorted by relevance

/base/startup/init/services/loopevent/loop/
H A Dle_loop.h31 typedef struct EventLoop_ { struct
32 LE_STATUS (*close)(const struct EventLoop_ *loop);
33 LE_STATUS (*runLoop)(const struct EventLoop_ *loop);
34 LE_STATUS (*addEvent)(const struct EventLoop_ *loop, const BaseTask *task, int op);
35 LE_STATUS (*modEvent)(const struct EventLoop_ *loop, const BaseTask *task, int op);
36 LE_STATUS (*delEvent)(const struct EventLoop_ *loop, int fd, int op);

Completed in 2 milliseconds