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