Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.c55 struct EpollEventPtr { struct
61 struct EpollEventPtr { struct
76 static struct EpollEventPtr *g_epollEventPtrArray = NULL;
156 struct EpollEventPtr *ptr = NULL; in EpollSetFindByFd()
158 ptr = container_of(curr, struct EpollEventPtr, list); in EpollSetFindByFd()
166 static struct EpollEventPtr *EpollEventListFind(const EpollSet *epollSetPtr) in EpollEventListFind()
169 struct EpollEventPtr *ptr = NULL; in EpollEventListFind()
171 ptr = container_of(curr, struct EpollEventPtr, list); in EpollEventListFind()
179 static struct EpollTaskList *EpollTaskListFind(const struct EpollEventPtr *ptr, const EpollTask *task) in EpollTaskListFind()
207 struct EpollEventPtr *pt in EpollEventTaskListAdd()
[all...]

Completed in 1 milliseconds