Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8427/
Dpoc.c34 void *thr(void *arg) in thr() function
70 pthread_create(&th, 0, thr, (void*)i); in poc()
74 pthread_create(&th, 0, thr, (void*)i); in poc()
/cts/tests/tests/os/UffdGc/jni/
Dandroid_os_cts_uffdgc_UserfaultfdTest.cc122 pthread_t thr; // ID of thread that handles page faults in Java_android_os_cts_uffdgc_UserfaultfdTest_performKernelSpaceUffd() local
175 ret = pthread_create(&thr, nullptr, userfault_handler_thread, reinterpret_cast<void*>(uffd)); in Java_android_os_cts_uffdgc_UserfaultfdTest_performKernelSpaceUffd()
192 pthread_join(thr, nullptr); in Java_android_os_cts_uffdgc_UserfaultfdTest_performKernelSpaceUffd()
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java2266 LooperThread thr = new LooperThread(new Runnable() { in doStagefrightTestMediaCodec() local
2294 thr.start(); in doStagefrightTestMediaCodec()
2420 thr.stopLooper(); in doStagefrightTestMediaCodec()
2421 thr.join(); in doStagefrightTestMediaCodec()
2451 LooperThread thr = new LooperThread(new Runnable() { in doStagefrightTestMediaMetadataRetriever() local
2480 thr.start(); in doStagefrightTestMediaMetadataRetriever()
2512 thr.stopLooper(); in doStagefrightTestMediaMetadataRetriever()
2513 thr.join(); in doStagefrightTestMediaMetadataRetriever()
2677 LooperThread thr = new LooperThread(new Runnable() { in doStagefrightTestRawBlob() local
2705 thr.start(); in doStagefrightTestRawBlob()
[all …]