Lines Matching refs:xTimeOut
713 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
3123 vTaskSetTimeOutState( &xTimeOut ); in FreeRTOS_connect()
3137 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_connect()
3187 TimeOut_t xTimeOut; in FreeRTOS_accept() local
3293 vTaskSetTimeOutState( &xTimeOut ); in FreeRTOS_accept()
3297 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_accept()
3342 TimeOut_t xTimeOut; in FreeRTOS_recv() local
3436 vTaskSetTimeOutState( &xTimeOut ); in FreeRTOS_recv()
3440 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_recv()
3674 TimeOut_t xTimeOut; in FreeRTOS_send() local
3799 vTaskSetTimeOutState( &xTimeOut ); in FreeRTOS_send()
3804 if( xTaskCheckForTimeOut( &xTimeOut, &xRemainingTime ) != pdFALSE ) in FreeRTOS_send()