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