Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2023-40077/
Dpoc.cpp48 pthread_t odd_thread_id; in main() local
52 pthread_create(&odd_thread_id, nullptr, odd_thread, &metaDataBase); in main()
56 pthread_join(odd_thread_id, nullptr); in main()