Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DContextMoreTest.java87 final Thread[] threads = new Thread[NUM_THREADS]; in testGetSystemService_multiThreaded() local
89 threads[i] = new Thread(tester); in testGetSystemService_multiThreaded()
92 threads[i].start(); in testGetSystemService_multiThreaded()
101 threads[i].join(); in testGetSystemService_multiThreaded()
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java215 String[] threads = lsOutput.split("\\s+"); in lookForTidsInProcess() local
216 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()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/
Dpoc.cpp166 pthread_t threads[THREADS_NUM]; in main() local
168 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()
/cts/hostsidetests/theme/
Dgenerate_images.py93 threads = []
97 threads.append(t)
98 for t in threads:
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java1016 final Thread[] threads = new Thread[NUM_THREADS]; in testB141603906() local
1023 threads[i] = new Thread(() -> { in testB141603906()
1029 for (Thread thread : threads) { in testB141603906()
1032 for (Thread thread : threads) { in testB141603906()
/cts/tests/jdwp/runner/host-side/resources/expectations/
Dexternal_oj_libjdwp_art_failures.txt8 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTest.java2439 Thread[] threads = new Thread[10]; in testAsyncRelease() local
2440 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()
/cts/tests/tests/media/assets/
Dsegment000000.ts3 …llis=0 8x8dct=0 cqm=0 deadzone=21,G�11 fast_pskip=1 chroma_qp_offset=0 threads=1 lookahead_threa…
DfileSequence0.ts287 …llis=0 8x8dct=0 cqm=0 deadzoneG=21,11 fast_pskip=1 chroma_qp_offset=0 threads=1 lookahead_threa…