Searched refs:NUM_THREADS (Results 1 – 5 of 5) sorted by relevance
57 private static final int NUM_THREADS = Math.min(16, Runtime.getRuntime().availableProcessors()); field in RegistrationBinderStressTest132 for (int i = 0; i < NUM_THREADS; ++i) { in testGetSameKeyInParallel()
581 final int NUM_THREADS = 16; in testWakelockLoad() local582 CountDownLatch latch = new CountDownLatch(NUM_THREADS); in testWakelockLoad()583 for (int i = 0; i < NUM_THREADS; i++) { in testWakelockLoad()
242 final int NUM_THREADS = 4; in testGetMimeTypeId_conflict() local259 final Thread[] threads = new Thread[NUM_THREADS]; in testGetMimeTypeId_conflict()
1668 final int NUM_THREADS = 8; in testB141603906() local1670 final Thread[] threads = new Thread[NUM_THREADS]; in testB141603906()1676 for (int i = 0; i < NUM_THREADS; i++) { in testB141603906()
223 final int NUM_THREADS = 16; in testPartialWakelockLoad() local