Searched refs:xTimeOut (Results 1 – 2 of 2) sorted by relevance
890 TimeOut_t xTimeOut; in xQueueGenericSend() local1033 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueGenericSend()1052 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()1432 TimeOut_t xTimeOut; in xQueueReceive() local1503 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueReceive()1522 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()1574 TimeOut_t xTimeOut; in xQueueSemaphoreTake() local1666 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueSemaphoreTake()1685 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()1785 TimeOut_t xTimeOut; in xQueuePeek() local[all …]
678 TimeOut_t xTimeOut; in xStreamBufferSend() local729 vTaskSetTimeOutState( &xTimeOut ); in xStreamBufferSend()759 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()