Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.c47 } EpollSet; typedef
58 EpollSet *epollSetPtr;
62 EpollSet *epollSetPtr;
67 typedef void (*EpollTraverseFunc)(EpollSet *epollSetPtr, void *param, int32_t fd);
68 typedef void (*EpollEventCtrlFunc)(EpollSet *epollSetPtr, uint32_t events, EpollTask *task);
79 static void EpollFdEventAdd(EpollSet *epollSetPtr, uint32_t events, EpollTask *task);
80 static void EpollFdEventDel(EpollSet *epollSetPtr, uint32_t events, EpollTask *task);
81 static void EpollFdEventMod(EpollSet *epollSetPtr, uint32_t events, EpollTask *task);
113 EpollSet *epollSetPtr = NULL; in CtlEpollDescSync()
119 epollSetPtr = container_of(task->epollfd, EpollSet, epollf in CtlEpollDescSync()
[all...]

Completed in 2 milliseconds