Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dqueue.c945 TimeOut_t xTimeOut; in xQueueGenericSend() local
1092 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueGenericSend()
1111 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()
1507 TimeOut_t xTimeOut; in xQueueReceive() local
1583 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueReceive()
1602 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()
1656 TimeOut_t xTimeOut; in xQueueSemaphoreTake() local
1753 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueSemaphoreTake()
1772 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()
1882 TimeOut_t xTimeOut; in xQueuePeek() local
[all …]
Dstream_buffer.c816 TimeOut_t xTimeOut; in xStreamBufferSend() local
869 vTaskSetTimeOutState( &xTimeOut ); in xStreamBufferSend()
899 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()