Searched refs:thread_id (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8479/ |
D | poc.c | 114 pthread_t thread_id[THREAD_NUM + 1] = {0}; variable 183 thread_ret[i] = pthread_create(thread_id + i, NULL, child_ioctl_0, NULL); in main() 185 pthread_create(thread_id + i + 1, NULL, child_ioctl_1, NULL); in main() 187 pthread_create(thread_id + i + 2, NULL, child_ioctl_2, NULL); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6732/ |
D | poc.c | 77 pthread_t thread_id[THREAD_NUM] = { 0 }; variable 130 thread_ret[i] = pthread_create(thread_id + i, NULL, child, NULL); in main() 150 pthread_kill(thread_id[i], SIGKILL); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6733/ |
D | poc.c | 76 pthread_t thread_id[THREAD_NUM] = { 0 }; variable 131 thread_ret[i] = pthread_create(thread_id + i, NULL, child, NULL); in main() 150 pthread_kill(thread_id[i], SIGKILL); in main()
|
/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/ |
D | SmsTest.java | 266 int thread_id = cursor.getInt(cursor.getColumnIndex(Telephony.Sms.THREAD_ID)); in testDeleteSms_ifLastSmsDeletedThenThreadIsDeleted() local 267 assertThat(thread_id).isNotEqualTo(TEST_THREAD_ID_1); in testDeleteSms_ifLastSmsDeletedThenThreadIsDeleted()
|