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()1507 TimeOut_t xTimeOut; in xQueueReceive() local1583 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueReceive()1602 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()1656 TimeOut_t xTimeOut; in xQueueSemaphoreTake() local1753 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueSemaphoreTake()1772 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()1882 TimeOut_t xTimeOut; in xQueuePeek() local[all …]
816 TimeOut_t xTimeOut; in xStreamBufferSend() local869 vTaskSetTimeOutState( &xTimeOut ); in xStreamBufferSend()899 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()