Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/
A Dqueue.c955 TimeOut_t xTimeOut; in xQueueGenericSend() local
1102 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueGenericSend()
1121 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()
1514 TimeOut_t xTimeOut; in xQueueReceive() local
1590 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueReceive()
1609 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()
1663 TimeOut_t xTimeOut; in xQueueSemaphoreTake() local
1760 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueSemaphoreTake()
1779 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()
1889 TimeOut_t xTimeOut; in xQueuePeek() local
[all …]
A Dstream_buffer.c816 TimeOut_t xTimeOut; in xStreamBufferSend() local
869 vTaskSetTimeOutState( &xTimeOut ); in xStreamBufferSend()
899 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()

Completed in 12 milliseconds