Searched refs:xTimeOut (Results 1 – 2 of 2) sorted by relevance
767 TimeOut_t xTimeOut; in xQueueGenericSend() local916 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueGenericSend()935 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()1304 TimeOut_t xTimeOut; in xQueueReceive() local1376 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueReceive()1395 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()1439 TimeOut_t xTimeOut; in xQueueSemaphoreTake() local1541 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueSemaphoreTake()1560 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()1651 TimeOut_t xTimeOut; in xQueuePeek() local[all …]
522 TimeOut_t xTimeOut; in xStreamBufferSend() local545 vTaskSetTimeOutState( &xTimeOut ); in xStreamBufferSend()576 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()