Lines Matching refs:xTimeOut
767 TimeOut_t xTimeOut; in xQueueGenericSend() local
916 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueGenericSend()
935 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()
1304 TimeOut_t xTimeOut; in xQueueReceive() local
1376 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueReceive()
1395 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()
1439 TimeOut_t xTimeOut; in xQueueSemaphoreTake() local
1541 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueSemaphoreTake()
1560 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()
1651 TimeOut_t xTimeOut; in xQueuePeek() local
1731 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueuePeek()
1750 if(xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE) in xQueuePeek()