Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13273/
Dpoc.c37 void *thread_entry(void *arg) { in thread_entry() function
94 pthread_create(&tid[i], NULL, thread_entry, (void *)(unsigned long)i); in main()