HomeSort by relevance Sort by last modified time
    Searched full:close_thread_id (Results 1 - 5 of 5) 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-8449/
poc.c 50 pthread_t close_thread_id[CLOSE_THREAD_NUM] = { 0 }; variable
111 ret = pthread_create(close_thread_id + i, NULL, close_thread, NULL);
137 if(close_thread_id[i])
138 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);
  /cts/hostsidetests/security/securityPatch/CVE-2017-0429/
poc.c 103 pthread_t close_thread_id[CLOSE_THREAD_NUM] = { 0 }; variable

Completed in 686 milliseconds