Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/CBMCStubLibrary/
DtasksStubs.c39 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut() function
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/DNS/DNSgetHostByName_cancel/
DDNSgetHostByName_cancel_harness.c35 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut() function
/FreeRTOS-Plus-TCP-v3.1.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-v3.1.0/source/
DFreeRTOS_DNS_Callback.c175 …else if( xTaskCheckForTimeOut( &pxCallback->uxTimeoutState, &pxCallback->uxRemainingTime ) != pdFA… in vDNSCheckCallBack()
DFreeRTOS_IP_Timers.c362 … if( xTaskCheckForTimeOut( &( pxTimer->xTimeOut ), &( pxTimer->ulRemainingTime ) ) != pdFALSE ) in prvIPTimerCheck()
DFreeRTOS_ARP.c161 if( xTaskCheckForTimeOut( &xARPClashTimeOut, &uxARPClashTimeoutPeriod ) == pdTRUE ) in eARPProcessPacket()
1022 if( ( xTaskCheckForTimeOut( &( xTimeOut ), &( uxTicksToWait ) ) == pdTRUE ) || in xARPWaitResolution()
DFreeRTOS_Sockets.c754 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_select()
940 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_recvfrom()
1132 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdTRUE ) in FreeRTOS_sendto()
3137 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_connect()
3297 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_accept()
3440 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_recv()
3804 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_send()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/Zynq/
DNetworkInterface.c400 else if( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/RX/
DNetworkInterface.c347 …else if( ( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) || ( FreeRTOS_IsNetworkUp(… in prvEMACDeferredInterruptHandlerTask()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/xilinx_ultrascale/
DNetworkInterface.c526 else if( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ATSAM4E/
DNetworkInterface.c630 else if( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c1070 else if( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) in prvEMACHandlerTask()
/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/ksz8851snl/
DNetworkInterface.c1307 else if( ( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) && in prvEMACHandlerTask()