Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dspunge_app.c53 sock->associatedEpollInstanceArr[i] = FILLP_INVALID_INT; in SpungeInitSocket()
121 if (sock->associatedEpollInstanceArr[i] == epFd) { in SpungeDelEpInstFromFtSocket()
128 sock->associatedEpollInstanceArr[j] = FILLP_INVALID_INT; in SpungeDelEpInstFromFtSocket()
132 sock->associatedEpollInstanceArr[j] = sock->associatedEpollInstanceArr[next]; in SpungeDelEpInstFromFtSocket()
H A Depoll_app.c599 sock->associatedEpollInstanceArr[sock->associatedEpollInstanceIdx++] = epFd; in SpungeEpollCtlHandleAddEvent()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c76 if (sock->associatedEpollInstanceArr[0] != FILLP_INVALID_INT) { in SpungeEpollFreeResource()
78 FILLP_INT assIdex = sock->associatedEpollInstanceArr[0]; in SpungeEpollFreeResource()
94 (void)SpungeEpollFindRemove(sock->associatedEpollInstanceArr[0], sock->index); in SpungeEpollFreeResource()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h120 FILLP_INT associatedEpollInstanceArr[FILLP_NUM_OF_EPOLL_INSTANCE_SUPPORTED]; member

Completed in 3 milliseconds