Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0243/
Dpoc.cpp28 static void *thread_getParameter(void *p) { in thread_getParameter() function
75 pthread_create(&t1, nullptr, thread_getParameter, params); in main()
76 pthread_create(&t2, nullptr, thread_getParameter, params); in main()