HomeSort by relevance Sort by last modified time
    Searched refs:close_thread (Results 1 - 5 of 5) sorted by null

  /cts/hostsidetests/security/securityPatch/CVE-2016-8425/
poc.c 70 void* close_thread(void* no_use) function
115 ret = pthread_create(close_thread_id + i, NULL, close_thread, NULL);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8426/
poc.c 70 void* close_thread(void* no_use) function
115 ret = pthread_create(close_thread_id + i, NULL, close_thread, NULL);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8449/
poc.c 67 void* close_thread(void* no_use) function
111 ret = pthread_create(close_thread_id + i, NULL, close_thread, NULL);
  /cts/hostsidetests/security/securityPatch/CVE-2016-8482/
poc.c 121 void* close_thread(void* no_use) function
191 ret = pthread_create(close_thread_id + i, NULL, close_thread, NULL);
  /system/nfc/halimpl/bcm2079x/adaptation/
userial_linux.c 1390 pthread_t close_thread; local
    [all...]

Completed in 3883 milliseconds