Lines Matching refs:xTimeOut
890 TimeOut_t xTimeOut; in xQueueGenericSend() local
1033 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueGenericSend()
1052 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()
1432 TimeOut_t xTimeOut; in xQueueReceive() local
1503 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueReceive()
1522 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()
1574 TimeOut_t xTimeOut; in xQueueSemaphoreTake() local
1666 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueSemaphoreTake()
1685 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()
1785 TimeOut_t xTimeOut; in xQueuePeek() local
1864 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueuePeek()
1883 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueuePeek()