Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/freertos/
Dqueue.c767 TimeOut_t xTimeOut; in xQueueGenericSend() local
916 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueGenericSend()
935 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()
1304 TimeOut_t xTimeOut; in xQueueReceive() local
1376 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueReceive()
1395 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()
1439 TimeOut_t xTimeOut; in xQueueSemaphoreTake() local
1541 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueSemaphoreTake()
1560 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()
1651 TimeOut_t xTimeOut; in xQueuePeek() local
[all …]
Dstream_buffer.c522 TimeOut_t xTimeOut; in xStreamBufferSend() local
545 vTaskSetTimeOutState( &xTimeOut ); in xStreamBufferSend()
576 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()