Searched refs:NUM_THREADS (Results 1 – 4 of 4) sorted by relevance
84 final int NUM_THREADS = 20; in testGetSystemService_multiThreaded() local87 final Thread[] threads = new Thread[NUM_THREADS]; in testGetSystemService_multiThreaded()88 for (int i = 0; i < NUM_THREADS; i++) { in testGetSystemService_multiThreaded()91 for (int i = 0; i < NUM_THREADS; i++) { in testGetSystemService_multiThreaded()100 for (int i = 0; i < NUM_THREADS; i++) { in testGetSystemService_multiThreaded()105 assertTrue("totalCount must be bigger than " + NUM_THREADS in testGetSystemService_multiThreaded()106 + " but was " + totalCount.get(), totalCount.get() > NUM_THREADS); in testGetSystemService_multiThreaded()
363 final int NUM_THREADS = 16; in testWakelockLoad() local364 CountDownLatch latch = new CountDownLatch(NUM_THREADS); in testWakelockLoad()365 for (int i = 0; i < NUM_THREADS; i++) { in testWakelockLoad()
1014 final int NUM_THREADS = 8; in testB141603906() local1016 final Thread[] threads = new Thread[NUM_THREADS]; in testB141603906()1022 for (int i = 0; i < NUM_THREADS; i++) { in testB141603906()
235 final int NUM_THREADS = 16; in testPartialWakelockLoad() local