Searched refs:xTimeOut (Results 1 – 2 of 2) sorted by relevance
955 TimeOut_t xTimeOut; in xQueueGenericSend() local1102 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueGenericSend()1121 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueGenericSend()1514 TimeOut_t xTimeOut; in xQueueReceive() local1590 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueReceive()1609 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueReceive()1663 TimeOut_t xTimeOut; in xQueueSemaphoreTake() local1760 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueueSemaphoreTake()1779 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueueSemaphoreTake()1889 TimeOut_t xTimeOut; in xQueuePeek() local[all …]
816 TimeOut_t xTimeOut; in xStreamBufferSend() local869 vTaskSetTimeOutState( &xTimeOut ); in xStreamBufferSend()899 } while( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ); in xStreamBufferSend()
Completed in 12 milliseconds