Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/lldbutil/iter/
H A Dmain.cpp13 std::thread g_thread_2; variable
86 g_thread_2 = std::thread(thread_func, (void*)&thread_index_2); in main()
121 g_thread_2.join(); in main()