Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dspunge_app.c49 sock->associatedEpollInstanceIdx = 0; in SpungeInitSocket()
135 if (sock->associatedEpollInstanceIdx > 0) { in SpungeDelEpInstFromFtSocket()
136 sock->associatedEpollInstanceIdx--; in SpungeDelEpInstFromFtSocket()
H A Depoll_app.c577 if (sock->associatedEpollInstanceIdx >= FILLP_NUM_OF_EPOLL_INSTANCE_SUPPORTED) { in SpungeEpollCtlHandleAddEvent()
578 FILLP_LOGERR("already added too much socket, sock->associatedEpollInstanceIdx:%u", in SpungeEpollCtlHandleAddEvent()
579 sock->associatedEpollInstanceIdx); in SpungeEpollCtlHandleAddEvent()
599 sock->associatedEpollInstanceArr[sock->associatedEpollInstanceIdx++] = epFd; in SpungeEpollCtlHandleAddEvent()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h121 FILLP_UINT32 associatedEpollInstanceIdx; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c98 sock->associatedEpollInstanceIdx = 0; in SpungeEpollFreeResource()

Completed in 4 milliseconds