Searched refs:xTimeOut (Results 1 – 2 of 2) sorted by relevance
945 TimeOut_t xTimeOut; in xQueueGenericSend() local1092 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueGenericSend()1111 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()1501 TimeOut_t xTimeOut; in xQueueReceive() local1577 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueReceive()1596 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()1650 TimeOut_t xTimeOut; in xQueueSemaphoreTake() local1747 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueSemaphoreTake()1766 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()1876 TimeOut_t xTimeOut; in xQueuePeek() local[all …]
727 TimeOut_t xTimeOut; in xStreamBufferSend() local780 vTaskSetTimeOutState( &xTimeOut ); in xStreamBufferSend()810 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()