Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_epoll.h56 NSTACKX_EXPORT EpollDesc CreateEpollDesc(void);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_epoll.c68 EpollDesc CreateEpollDesc(void) in CreateEpollDesc() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.c406 EpollDesc CreateEpollDesc(void) in CreateEpollDesc() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c932 session->epollfd = CreateEpollDesc(); in DFileSessionCreate()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_common.c404 g_epollfd = CreateEpollDesc(); in NstackxInitEx()