Searched refs:thr (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8427/ |
D | poc.c | 34 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/ |
D | android_os_cts_uffdgc_UserfaultfdTest.cc | 154 pthread_t thr; // ID of thread that handles page faults in Java_android_os_cts_uffdgc_UserfaultfdTest_performKernelSpaceUffd() local 204 ret = pthread_create(&thr, nullptr, userfault_handler_thread, reinterpret_cast<void*>(uffd)); in Java_android_os_cts_uffdgc_UserfaultfdTest_performKernelSpaceUffd() 221 pthread_join(thr, nullptr); in Java_android_os_cts_uffdgc_UserfaultfdTest_performKernelSpaceUffd()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | StagefrightTest.java | 2344 LooperThread thr = new LooperThread(new Runnable() { in doStagefrightTestMediaCodec() local 2372 thr.start(); in doStagefrightTestMediaCodec() 2514 thr.stopLooper(); in doStagefrightTestMediaCodec() 2515 thr.join(); in doStagefrightTestMediaCodec() 2545 LooperThread thr = new LooperThread(new Runnable() { in doStagefrightTestMediaMetadataRetriever() local 2574 thr.start(); in doStagefrightTestMediaMetadataRetriever() 2606 thr.stopLooper(); in doStagefrightTestMediaMetadataRetriever() 2607 thr.join(); in doStagefrightTestMediaMetadataRetriever() 2791 LooperThread thr = new LooperThread(new Runnable() { in doStagefrightTestRawBlob() local 2819 thr.start(); in doStagefrightTestRawBlob() [all …]
|