Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8479/
Dpoc.c115 int thread_ret[THREAD_NUM] = {0}; variable
183 thread_ret[i] = pthread_create(thread_id + i, NULL, child_ioctl_0, NULL); in main()
184 thread_ret[i + 1] = in main()
186 thread_ret[i + 2] = in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6732/
Dpoc.c78 int thread_ret[THREAD_NUM] = { 0 }; variable
130 thread_ret[i] = pthread_create(thread_id + i, NULL, child, NULL); in main()
149 if(!thread_ret[i]){ in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6733/
Dpoc.c77 int thread_ret[THREAD_NUM] = { 0 }; variable
131 thread_ret[i] = pthread_create(thread_id + i, NULL, child, NULL); in main()
149 if(!thread_ret[i]){ in main()