Searched defs:EventPoll (Results 1 – 1 of 1) sorted by relevance
30 struct EventPoll { struct31 struct Hlist rdList; /* epitem(ready fd) list */33 struct RbRoot rbr; /* epitem storage. epitem will be storaged here if added by epoll_ctl */35 SYS_ARCH_SEM appSem; /* protect data from multiple app thread */36 SYS_ARCH_SEM waitSem; /* Notify the ep_wait */37 SYS_ARCH_SEM appCoreSem; /* protect data from app thread and core thread */61 struct EventPoll *ep; argument