Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/lldbutil/iter/
H A Dmain.cpp12 std::thread g_thread_1; variable
85 g_thread_1 = std::thread(thread_func, (void*)&thread_index_1); in main()
120 g_thread_1.join(); in main()