Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dsysio.h71 FT_FD_SET readableSet; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsysio_udp.c202 (void)FILLP_FD_COPY_FD_SET(g_udpIo.readableSet, g_udpIo.readSet); in SysioSelectUdp()
426 return FILLP_FD_ISSET(udpSock->udpSock, g_udpIo.readableSet); in SysioCanSockReadUdp()
H A Dspunge_core.c603 g_udpIo.readableSet = FILLP_FD_CREATE_FD_SET(); in FtInitGlobalUdpIo()
604 if (g_udpIo.readableSet == FILLP_NULL_PTR) { in FtInitGlobalUdpIo()
665 if (g_udpIo.readableSet != FILLP_NULL_PTR) { in FtFreeGlobalUdpIo()
666 FILLP_FD_DESTROY_FD_SET(g_udpIo.readableSet); in FtFreeGlobalUdpIo()
667 g_udpIo.readableSet = FILLP_NULL_PTR; in FtFreeGlobalUdpIo()