Home
last modified time | relevance | path

Searched refs:xTimeOut (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_IP_Timers/
DFreeRTOS_IP_Timers_utest.c226 vTaskSetTimeOutState_Expect( &( xARPTimer.xTimeOut ) ); in test_vCheckNetworkTimers_ARPTimerActiveAndExpired()
251 vTaskSetTimeOutState_Expect( &( xARPResolutionTimer.xTimeOut ) ); in test_vCheckNetworkTimers_ARPResolutionTimerActiveAndExpired()
274 vTaskSetTimeOutState_Expect( &( xARPResolutionTimer.xTimeOut ) ); in test_vCheckNetworkTimers_ARPResolutionTimerActiveAndExpired2()
300 vTaskSetTimeOutState_Expect( &( xDHCPTimer.xTimeOut ) ); in test_vCheckNetworkTimers_DHCPTimerActiveAndExpired()
323 vTaskSetTimeOutState_Expect( &( xDHCPTimer.xTimeOut ) ); in test_vCheckNetworkTimers_DNSTimerActiveAndExpired()
369 vTaskSetTimeOutState_Expect( &( xTCPTimer.xTimeOut ) ); in test_vCheckNetworkTimers_AllTimersInactive_2()
388 vTaskSetTimeOutState_Expect( &xTimer.xTimeOut ); in test_prvIPTimerStart_NonZeroTime()
402 vTaskSetTimeOutState_Expect( &xTimer.xTimeOut ); in test_prvIPTimerStart_ZeroTime()
415 vTaskSetTimeOutState_Expect( &xARPResolutionTimer.xTimeOut ); in test_vIPTimerStartARPResolution()
428 vTaskSetTimeOutState_Expect( &xTCPTimer.xTimeOut ); in test_vTCPTimerReload()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP_Timers.c262 vTaskSetTimeOutState( &pxTimer->xTimeOut ); in prvIPTimerStart()
362 … if( xTaskCheckForTimeOut( &( pxTimer->xTimeOut ), &( pxTimer->ulRemainingTime ) ) != pdFALSE ) in prvIPTimerCheck()
DFreeRTOS_Sockets.c713 TimeOut_t xTimeOut; in FreeRTOS_select() local
724 vTaskSetTimeOutState( &xTimeOut ); in FreeRTOS_select()
754 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_select()
858 TimeOut_t xTimeOut; in FreeRTOS_recvfrom() local
904 vTaskSetTimeOutState( &xTimeOut ); in FreeRTOS_recvfrom()
940 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_recvfrom()
1075 TimeOut_t xTimeOut; in FreeRTOS_sendto() local
1121 vTaskSetTimeOutState( &xTimeOut ); in FreeRTOS_sendto()
1132 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdTRUE ) in FreeRTOS_sendto()
3094 TimeOut_t xTimeOut; in FreeRTOS_connect() local
[all …]
DFreeRTOS_ARP.c996 TimeOut_t xTimeOut; in xARPWaitResolution() local
1012 vTaskSetTimeOutState( &xTimeOut ); in xARPWaitResolution()
1022 if( ( xTaskCheckForTimeOut( &( xTimeOut ), &( uxTicksToWait ) ) == pdTRUE ) || in xARPWaitResolution()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_IP.h211 TimeOut_t xTimeOut; /**< The timeout value. */ member