Home
last modified time | relevance | path

Searched defs:EventPoll (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Depoll.h30 struct EventPoll { struct
31 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