Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/
Dpoc.cpp73 static void *thread_func(void *) { in thread_func() function
168 FAIL_CHECK(pthread_create(threads + i, NULL, thread_func, NULL) == 0); in main()