OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close_thread_id
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/security/securityPatch/CVE-2016-8425/
poc.c
47
pthread_t
close_thread_id
[CLOSE_THREAD_NUM] = { 0 };
variable
115
ret = pthread_create(
close_thread_id
+ i, NULL, close_thread, NULL);
134
if(
close_thread_id
[i])
135
pthread_join(
close_thread_id
[i], NULL);
/cts/hostsidetests/security/securityPatch/CVE-2016-8426/
poc.c
47
pthread_t
close_thread_id
[CLOSE_THREAD_NUM] = { 0 };
variable
115
ret = pthread_create(
close_thread_id
+ i, NULL, close_thread, NULL);
141
if(
close_thread_id
[i])
142
pthread_join(
close_thread_id
[i], NULL);
/cts/hostsidetests/security/securityPatch/CVE-2016-8482/
poc.c
118
pthread_t
close_thread_id
[CLOSE_THREAD_NUM] = { 0 };
variable
191
ret = pthread_create(
close_thread_id
+ i, NULL, close_thread, NULL);
201
pthread_join(
close_thread_id
[i], NULL);
Completed in 84 milliseconds