Searched refs:xTaskCheckForTimeOut (Results 1 – 13 of 13) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/CBMCStubLibrary/ |
D | tasksStubs.c | 39 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut() function
|
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/DNS/DNSgetHostByName_cancel/ |
D | DNSgetHostByName_cancel_harness.c | 36 BaseType_t xTaskCheckForTimeOut( TimeOut_t * const pxTimeOut, in xTaskCheckForTimeOut() function
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Common/ |
D | phyHandling.c | 309 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/ |
D | FreeRTOS_DNS_Callback.c | 217 …else if( xTaskCheckForTimeOut( &pxCallback->uxTimeoutState, &( pxCallback->uxRemainingTime ) ) != … in vDNSCheckCallBack()
|
D | FreeRTOS_IP_Timers.c | 480 … if( xTaskCheckForTimeOut( &( pxTimer->xTimeOut ), &( pxTimer->ulRemainingTime ) ) != pdFALSE ) in prvIPTimerCheck()
|
D | FreeRTOS_Sockets.c | 1011 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()
|
D | FreeRTOS_ARP.c | 198 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/ |
D | NetworkInterface.c | 535 else if( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) in prvEMACHandlerTask()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/RX/ |
D | NetworkInterface.c | 400 …else if( ( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) || ( FreeRTOS_IsNetworkUp(… in prvEMACDeferredInterruptHandlerTask()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ATSAM4E/ |
D | NetworkInterface.c | 634 else if( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) in prvEMACHandlerTask()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/ |
D | NetworkInterface.c | 654 else if( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) in prvEMACHandlerTask()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/ |
D | NetworkInterface.c | 1081 else if( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) in prvEMACHandlerTask()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/ksz8851snl/ |
D | NetworkInterface.c | 1316 else if( ( xTaskCheckForTimeOut( &xPhyTime, &xPhyRemTime ) != pdFALSE ) && in prvEMACHandlerTask()
|