Searched refs:xPendedCounts (Results 1 – 1 of 1) sorted by relevance
4012 TickType_t xPendedCounts = xPendedTicks; /* Non-volatile copy. */ in xTaskResumeAll() local4014 if( xPendedCounts > ( TickType_t ) 0U ) in xTaskResumeAll()4029 --xPendedCounts; in xTaskResumeAll()4030 } while( xPendedCounts > ( TickType_t ) 0U ); in xTaskResumeAll()