Searched refs:numTries (Results 1 – 2 of 2) sorted by relevance
623 int numTries = 10; in testNotify() local631 for ( int i = 0; i < numTries; ++i ) in testNotify()656 for ( int i = 0; i < numTries; ++i ) in testNotify()682 assert( numTotal == numWaiters * numTries ); in testNotify()789 int numTries = 10; in testNotify() local797 for ( int i = 0; i < numTries; ++i ) in testNotify()822 for ( int i = 0; i < numTries; ++i ) in testNotify()848 assert( numTotal == numWaiters * numTries ); in testNotify()
404 int numTries = 1000; variable409 for (int i = 0; i < numTries; ++i) in testFn()424 assert(lockCount == numThreads * numTries);