Home
last modified time | relevance | path

Searched refs:xTaskCheckForTimeOut (Results 1 – 13 of 13) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/CBMCStubLibrary/
DtasksStubs.c39 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut() function
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/DNS/DNSgetHostByName_cancel/
DDNSgetHostByName_cancel_harness.c36 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut() function
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/
DphyHandling.c309 if( xTaskCheckForTimeOut( &xTimer, &xRemainingTime ) != pdFALSE ) in xPhyReset()
598 if( xTaskCheckForTimeOut( &xTimer, &xRemainingTime ) != pdFALSE ) in xPhyStartAutoNegotiation()
783 …else if( xTaskCheckForTimeOut( &( pxPhyObject->xLinkStatusTimer ), &( pxPhyObject->xLinkStatusRema… in xPhyCheckLinkStatus()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Callback.c217 …else if( xTaskCheckForTimeOut( &pxCallback->uxTimeoutState, &( pxCallback->uxRemainingTime ) ) != … in vDNSCheckCallBack()
DFreeRTOS_IP_Timers.c480 … if( xTaskCheckForTimeOut( &( pxTimer->xTimeOut ), &( pxTimer->ulRemainingTime ) ) != pdFALSE ) in prvIPTimerCheck()
DFreeRTOS_Sockets.c1011 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_select()
1167 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in prvRecvFromWaitForPacket()
1520 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdTRUE ) in prvSendTo_ActualSend()
3834 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_connect()
4036 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_accept()
4193 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in prvRecvWait()
4545 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in prvTCPSendLoop()
DFreeRTOS_ARP.c198 if( xTaskCheckForTimeOut( &xARPClashTimeOut, &uxARPClashTimeoutPeriod ) == pdTRUE ) in eARPProcessPacket()
1381 if( ( xTaskCheckForTimeOut( &( xTimeOut ), &( uxTicksToWait ) ) == pdTRUE ) || in xARPWaitResolution()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
DNetworkInterface.c535 else if( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/RX/
DNetworkInterface.c400 …else if( ( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) || ( FreeRTOS_IsNetworkUp(… in prvEMACDeferredInterruptHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/
DNetworkInterface.c634 else if( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
DNetworkInterface.c654 else if( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c1081 else if( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ksz8851snl/
DNetworkInterface.c1316 else if( ( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) && in prvEMACHandlerTask()