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