Lines Matching refs:xTimeOut
970 TimeOut_t xTimeOut; in FreeRTOS_select() local
981 vTaskSetTimeOutState( &xTimeOut ); in FreeRTOS_select()
1011 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_select()
1098 TimeOut_t xTimeOut; in prvRecvFromWaitForPacket() local
1131 vTaskSetTimeOutState( &xTimeOut ); in prvRecvFromWaitForPacket()
1167 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in prvRecvFromWaitForPacket()
1494 TimeOut_t xTimeOut; in prvSendTo_ActualSend() local
1509 vTaskSetTimeOutState( &xTimeOut ); in prvSendTo_ActualSend()
1520 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdTRUE ) in prvSendTo_ActualSend()
3770 TimeOut_t xTimeOut; in FreeRTOS_connect() local
3813 vTaskSetTimeOutState( &xTimeOut ); in FreeRTOS_connect()
3834 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_connect()
3975 TimeOut_t xTimeOut; in FreeRTOS_accept() local
4032 vTaskSetTimeOutState( &xTimeOut ); in FreeRTOS_accept()
4036 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_accept()
4134 TimeOut_t xTimeOut; in prvRecvWait() local
4189 vTaskSetTimeOutState( &xTimeOut ); in prvRecvWait()
4193 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in prvRecvWait()
4438 TimeOut_t xTimeOut; in prvTCPSendLoop() local
4540 vTaskSetTimeOutState( &xTimeOut ); in prvTCPSendLoop()
4545 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in prvTCPSendLoop()