Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/lldbutil/iter/
H A Dmain.cpp14 std::thread g_thread_3; variable
87 g_thread_3 = std::thread(thread_func, (void*)&thread_index_3); in main()
122 g_thread_3.join(); in main()