Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0330/
Dpoc.cpp50 pthread_t threads[kMaxThreads]; in main() local
/cts/tests/tests/content/src/android/content/cts/
DContextMoreTest.java87 final Thread[] threads = new Thread[NUM_THREADS]; in testGetSystemService_multiThreaded() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/
Dpoc.cpp166 pthread_t threads[THREADS_NUM]; in main() local
/cts/hostsidetests/os/src/android/os/cts/
DProcfsHostTests.java227 String[] threads = lsOutput.split("\\s+"); in lookForTidsInProcess() local
/cts/hostsidetests/securitybulletin/securityPatch/Bug-137878930/
Dpoc.cpp206 pthread_t threads[2]; in main() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java2488 ArrayList<Thread> threads = new ArrayList<>(); in importKeyManyTimes() local
2541 ArrayList<Thread> threads = new ArrayList<>(); in deleteManyTestKeys() local
/cts/tests/tests/media/src/android/media/cts/
DMediaCodecTest.java2626 Thread[] threads = new Thread[10]; in testAsyncRelease() local