Home
last modified time | relevance | path

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

/cts/hostsidetests/security/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/security/src/android/security/cts/
DStagefrightTest.java1127 LooperThread thr = new LooperThread(new Runnable() { in doStagefrightTestMediaCodec() local
1155 thr.start(); in doStagefrightTestMediaCodec()
1276 thr.stopLooper(); in doStagefrightTestMediaCodec()
1277 thr.join(); in doStagefrightTestMediaCodec()
1293 LooperThread thr = new LooperThread(new Runnable() { in doStagefrightTestMediaMetadataRetriever() local
1322 thr.start(); in doStagefrightTestMediaMetadataRetriever()
1355 thr.stopLooper(); in doStagefrightTestMediaMetadataRetriever()
1356 thr.join(); in doStagefrightTestMediaMetadataRetriever()
1438 LooperThread thr = new LooperThread(new Runnable() { in doStagefrightTestRawBlob() local
1466 thr.start(); in doStagefrightTestRawBlob()
[all …]