Searched refs:sendEventCount (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | spunge_app.c | 44 (void)SYS_ARCH_ATOMIC_SET(&sock->sendEventCount, 1); in SpungeInitSocket()
|
H A D | epoll_app.c | 110 …YS_ARCH_ATOMIC_READ(&sock->sendEvent) != 0) && (SYS_ARCH_ATOMIC_READ(&sock->sendEventCount) > 0)) { in EpollCtlTriggleEvent()
|
H A D | socket_app.c | 386 (void)SYS_ARCH_ATOMIC_DEC(&sock->sendEventCount, 1); in SockSendReqFpcbItem() 1661 …if ((SYS_ARCH_ATOMIC_READ(&sock->sendEvent)) && (SYS_ARCH_ATOMIC_READ(&sock->sendEventCount) > 0))… in SockGetSockEvt()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_common.c | 29 (void)SYS_ARCH_ATOMIC_INC(&(FILLP_GET_SOCKET(pcb)->sendEventCount), 1); in FillpFreeItemAndEvent() 199 (void)SYS_ARCH_ATOMIC_INC(&(FILLP_GET_SOCKET(pcb)->sendEventCount), 1); in FillpAckItemWaitTklist() 232 (void)SYS_ARCH_ATOMIC_INC(&sock->sendEventCount, 1); in FillpAckUnrecvList() 263 (void)SYS_ARCH_ATOMIC_INC(&(FILLP_GET_SOCKET(pcb)->sendEventCount), 1); in FillpAckRedunlist()
|
H A D | fillp_output.c | 41 (void)SYS_ARCH_ATOMIC_INC(&(FILLP_GET_SOCKET(pcb)->sendEventCount), 1); in FillpMoveRedundantItemToUnrecvList() 97 (void)SYS_ARCH_ATOMIC_INC(&sock->sendEventCount, askMoreRet); in FillpIsAskMoreBuf()
|
H A D | fillp_conn.c | 1072 (void)SYS_ARCH_ATOMIC_SET(&sock->sendEventCount, (FILLP_INT)pcb->send.curItemCount); in FillpConnConfirmAckInput()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | sockets.h | 109 SysArchAtomic sendEventCount; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | socket_common.c | 41 (SYS_ARCH_ATOMIC_READ(&sock->sendEventCount) > 0)) { in EpollUpdateEpEvent()
|
H A D | spunge_message.c | 539 … (void)SYS_ARCH_ATOMIC_SET(&sock->sendEventCount, (FILLP_INT)netconn->pcb->fpcb.send.curItemCount); in SpungeHandleMsgConnAccepted()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | spunge_stack.c | 102 (void)SYS_ARCH_ATOMIC_SET(&sock->sendEventCount, 0); in SpungeEpollFreeResource()
|
H A D | spunge_core.c | 1339 (void)SYS_ARCH_ATOMIC_INC(&(FILLP_GET_SOCKET(fpcb)->sendEventCount), 1); in SpungeItemRouteByToken() 1367 (void)SYS_ARCH_ATOMIC_INC(&(FILLP_GET_SOCKET(fpcb)->sendEventCount), 1); in SpungeClearItemWaitTokenList()
|