Searched refs:xTime (Results 1 – 2 of 2) sorted by relevance
628 int64_t xTime = 0; in xMBTCPPortMasterCheckConnState() local632 xTime = xMBTCPGetTimeStamp(); in xMBTCPPortMasterCheckConnState()636 if ((xErr < 0) && (((xTime - pxInfo->xRecvTimeStamp) > MB_TCP_RECONNECT_TIMEOUT) || in xMBTCPPortMasterCheckConnState()637 ((xTime - pxInfo->xSendTimeStamp) > MB_TCP_RECONNECT_TIMEOUT))) { in xMBTCPPortMasterCheckConnState()642 … (int64_t)(xTime - pxInfo->xRecvTimeStamp), in xMBTCPPortMasterCheckConnState()643 … (int64_t)(xTime - pxInfo->xSendTimeStamp)); in xMBTCPPortMasterCheckConnState()668 int64_t xTime = 0; in vMBTCPPortMasterTask() local719 xTime = xMBTCPGetTimeStamp(); in vMBTCPPortMasterTask()804 xTime = xMBTCPPortMasterGetRespTimeLeft(pxCurrInfo); in vMBTCPPortMasterTask()808 int xRes = vMBTCPPortMasterRxCheck(pxCurrInfo->xSockId, &xReadSet, xTime); in vMBTCPPortMasterTask()[all …]
609 int64_t xTime = xMBTCPGetTimeStamp() - pxClientInfo->xRecvTimeStamp; in vMBTCPPortServerTask() local610 if (xTime > MB_TCP_DISCONNECT_TIMEOUT) { in vMBTCPPortServerTask()612 … pxClientInfo->xIndex, pxClientInfo->xSockId, (int)(xTime)); in vMBTCPPortServerTask()