Home
last modified time | relevance | path

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

/cts/hostsidetests/security/securityPatch/CVE-2016-8479/
Dpoc.c114 int thread_ret[THREAD_NUM] = {0}; variable
175 thread_ret[i] = pthread_create(thread_id + i, NULL, child_ioctl_0, NULL); in main()
176 thread_ret[i + 1] = in main()
178 thread_ret[i + 2] = in main()
/cts/hostsidetests/security/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/security/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()