Home
last modified time | relevance | path

Searched refs:xTimeOut (Results 1 – 2 of 2) sorted by relevance

/Kernel-v10.6.2/
HDqueue.c890 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
[all …]
HDstream_buffer.c678 TimeOut_t xTimeOut; in xStreamBufferSend() local
729 vTaskSetTimeOutState( &xTimeOut ); in xStreamBufferSend()
759 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()