Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/liteos/dfile/
H A Dsys_dfile.c33 if (CreateEpollFdPair(&fds) != NSTACKX_EOK) { in CreateReceiverPipe()
/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()
127 LOGE(TAG, "CreateEpollFdPair failed"); 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()

Completed in 3 milliseconds