Searched refs:threads (Results 1 – 9 of 9) sorted by relevance
87 final Thread[] threads = new Thread[NUM_THREADS]; in testGetSystemService_multiThreaded() local89 threads[i] = new Thread(tester); in testGetSystemService_multiThreaded()92 threads[i].start(); in testGetSystemService_multiThreaded()101 threads[i].join(); in testGetSystemService_multiThreaded()
215 String[] threads = lsOutput.split("\\s+"); in lookForTidsInProcess() local216 int[] tids = new int[threads.length]; in lookForTidsInProcess()217 for (int i = 0; i < threads.length; i++) { in lookForTidsInProcess()218 tids[i] = Integer.parseInt(threads[i]); in lookForTidsInProcess()
166 pthread_t threads[THREADS_NUM]; in main() local168 FAIL_CHECK(pthread_create(threads + i, NULL, thread_func, NULL) == 0); in main()185 FAIL_CHECK(pthread_join(threads[i], (void **)&thread_result) == 0); in main()
93 threads = []97 threads.append(t)98 for t in threads:
1016 final Thread[] threads = new Thread[NUM_THREADS]; in testB141603906() local1023 threads[i] = new Thread(() -> { in testB141603906()1029 for (Thread thread : threads) { in testB141603906()1032 for (Thread thread : threads) { in testB141603906()
8 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
2439 Thread[] threads = new Thread[10]; in testAsyncRelease() local2440 threads[0] = new Thread(first); in testAsyncRelease()2441 for (int j = 1; j < threads.length; ++j) { in testAsyncRelease()2442 threads[j] = new Thread(() -> { cv.block(); codec.release(); }); in testAsyncRelease()2444 for (Thread thread : threads) { in testAsyncRelease()2450 for (Thread thread : threads) { in testAsyncRelease()
3 …llis=0 8x8dct=0 cqm=0 deadzone=21,G11 fast_pskip=1 chroma_qp_offset=0 threads=1 lookahead_threa…
287 …llis=0 8x8dct=0 cqm=0 deadzoneG=21,11 fast_pskip=1 chroma_qp_offset=0 threads=1 lookahead_threa…