Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9539/
Dpoc.cpp184 thread_result_t thread_result; in main() local
185 FAIL_CHECK(pthread_join(threads[i], (void **)&thread_result) == 0); in main()
186 if (thread_result == RESULT_CRASH) { in main()