Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/liteos/dfile/
H A Dsys_dfile.c33 if (CreateEpollFdPair(&fds) != NSTACKX_EOK) { in CreateReceiverPipe()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.h50 int32_t CreateEpollFdPair(struct EpollDescStr *epollfd);
H A Dsys_event.c126 if (CreateEpollFdPair(&fds) != NSTACKX_EOK) { in CreateNonBlockPipe()
H A Dsys_epoll.c323 int32_t CreateEpollFdPair(struct EpollDescStr *epollfd) in CreateEpollFdPair() function
427 if (CreateEpollFdPair(&(epollSetPtr->epollfd)) != NSTACKX_EOK) { in CreateEpollDesc()