Searched refs:xMBTCPGetTimeStamp (Results 1 – 2 of 2) sorted by relevance
77 static int64_t xMBTCPGetTimeStamp(void) in xMBTCPGetTimeStamp() function249 xStartTimeStamp = xMBTCPGetTimeStamp(); in xMBTCPPortRxPoll()262 if ((xStartTimeStamp + xTimeoutMs * 1000) > xMBTCPGetTimeStamp()) { in xMBTCPPortRxPoll()524 pxClientInfo->xRecvTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortServerTask()543 uint64_t xTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortServerTask()575 pxClientInfo->xRecvTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortServerTask()601 pxClientInfo->xSendTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortServerTask()609 int64_t xTime = xMBTCPGetTimeStamp() - pxClientInfo->xRecvTimeStamp; in vMBTCPPortServerTask()
207 static int64_t xMBTCPGetTimeStamp(void) in xMBTCPGetTimeStamp() function257 int64_t xTimeStamp = xMBTCPGetTimeStamp() - pxInfo->xSendTimeStamp; in xMBTCPPortMasterGetRespTimeLeft()632 xTime = xMBTCPGetTimeStamp(); in xMBTCPPortMasterCheckConnState()703 pxInfo->xRecvTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortMasterTask()704 pxInfo->xSendTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortMasterTask()719 xTime = xMBTCPGetTimeStamp(); in vMBTCPPortMasterTask()765 pxInfo->xRecvTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortMasterTask()766 pxInfo->xSendTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortMasterTask()873 xTime = xMBTCPGetTimeStamp() - pxCurrInfo->xSendTimeStamp; in vMBTCPPortMasterTask()942 pxInfo->xRecvTimeStamp = xMBTCPGetTimeStamp(); in xMBMasterTCPPortGetRequest()[all …]