Home
last modified time | relevance | path

Searched refs:EpollFdEventDel (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.c80 static void EpollFdEventDel(EpollSet *epollSetPtr, uint32_t events, EpollTask *task);
149 return CtlEpollDescSync(task, EpollFdEventDel, 0); in DeRegisterEpollTask()
625 static void EpollFdEventDel(EpollSet *epollSetPtr, uint32_t events, EpollTask *task) function