Searched refs:maxNotChangedCnt (Results 1 – 1 of 1) sorted by relevance
661 int maxNotChangedCnt = 0; in CheckPoolLeaks() local665 for (int j=0; j<ITERS && maxNotChangedCnt<CREATED_STABLE; j++) { in CheckPoolLeaks()680 maxNotChangedCnt = 0; in CheckPoolLeaks()682 maxNotChangedCnt++; in CheckPoolLeaks()684 …REQUIRE_MESSAGE(maxNotChangedCnt == CREATED_STABLE, "The number of created pools must be stabilize… in CheckPoolLeaks()