Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.h21 typedef struct EpollDescStr { struct
50 int32_t CreateEpollFdPair(struct EpollDescStr *epollfd);
H A Dsys_event.c124 struct EpollDescStr fds; in CreateNonBlockPipe()
H A Dsys_epoll.c41 struct EpollDescStr epollfd;
323 int32_t CreateEpollFdPair(struct EpollDescStr *epollfd) in CreateEpollFdPair()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/platform/liteos/dfile/
H A Dsys_dfile.c31 struct EpollDescStr fds; in CreateReceiverPipe()