Lines Matching refs:xTimeOut
945 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
1960 vTaskInternalSetTimeOutState( &xTimeOut ); in xQueuePeek()
1979 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdFALSE ) in xQueuePeek()