Home
last modified time | relevance | path

Searched refs:thread2 (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9515/
Dpoc.c74 pthread_t thread2; in main() local
75 if (pthread_create(&thread2, NULL, chaos_worker, NULL)) in main()
/cts/tests/vibrator/src/android/os/cts/
DVibratorTest.java275 ThreadHelper thread2 = new ThreadHelper(() -> { in testVibrateMultiThread() local
281 thread2.joinSafely(); in testVibrateMultiThread()