Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.c79 static void EpollFdEventAdd(EpollSet *epollSetPtr, uint32_t events, EpollTask *task);
144 return CtlEpollDescSync(task, EpollFdEventAdd, events); in RegisterEpollTask()
536 static void EpollFdEventAdd(EpollSet *epollSetPtr, uint32_t events, EpollTask *task) in EpollFdEventAdd() function