Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c339 struct EventPoll *ep = sock->eventEpoll; in EpPoll()
515 if (epollSock->eventEpoll == FILLP_NULL_PTR) { in SpungeGetEpollSocketByFd()
517 FILLP_LOGERR("SpungeEpollCtl: epollSock->eventEpoll is null. "); in SpungeGetEpollSocketByFd()
548 if (SYS_ARCH_SEM_WAIT(&epollSock->eventEpoll->appSem)) { in SpungeEpollCtlCheckSockValid()
588 error = EpInsert(epollSock->eventEpoll, &epds, sock->index); in SpungeEpollCtlHandleAddEvent()
618 error = EpRemove(epollSock->eventEpoll, epi); in SpungeEpollCtlHandleDelEvent()
652 error = EpModify(epollSock->eventEpoll, sock, epi, &epds); in SpungeEpollCtlHandleModEvent()
711 epi = EpFind(epollSock->eventEpoll, fd); in SpungeEpollCtl()
729 (void)SYS_ARCH_SEM_POST(&epollSock->eventEpoll->appSem); in SpungeEpollCtl()
762 if (epollSock->eventEpoll in SpungeEpollFindRemove()
[all...]
H A Dspunge_app.c47 sock->eventEpoll = FILLP_NULL_PTR; in SpungeInitSocket()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c63 if (sock->eventEpoll != FILLP_NULL_PTR) { in SpungeEpollFreeResource()
64 (void)SYS_ARCH_SEM_DESTROY(&sock->eventEpoll->waitSem); in SpungeEpollFreeResource()
66 (void)SYS_ARCH_SEM_DESTROY(&sock->eventEpoll->appCoreSem); in SpungeEpollFreeResource()
68 (void)SYS_ARCH_SEM_DESTROY(&sock->eventEpoll->appSem); in SpungeEpollFreeResource()
194 struct EventPoll *ep = (sock->eventEpoll); in SpungEpollClose()
201 FILLP_LOGERR("eventEpoll is NULL. fillp_sock_id:%d", sock->index); in SpungEpollClose()
225 DympFree(sock->eventEpoll); in SpungEpollClose()
226 sock->eventEpoll = FILLP_NULL_PTR; in SpungEpollClose()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h107 struct EventPoll *eventEpoll; member

Completed in 3 milliseconds