Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
Dqueue.c945 TimeOut_t xTimeOut; in xQueueGenericSend() local
1092 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueGenericSend()
1111 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()
1501 TimeOut_t xTimeOut; in xQueueReceive() local
1577 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueReceive()
1596 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()
1650 TimeOut_t xTimeOut; in xQueueSemaphoreTake() local
1747 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueSemaphoreTake()
1766 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()
1876 TimeOut_t xTimeOut; in xQueuePeek() local
[all …]
Dstream_buffer.c727 TimeOut_t xTimeOut; in xStreamBufferSend() local
780 vTaskSetTimeOutState( &xTimeOut ); in xStreamBufferSend()
810 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()