Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/lldbutil/iter/
H A Dmain.cpp75 uint32_t thread_index_2 = 2; in main() local
78 uint32_t thread_mask_2 = (1u << thread_index_2); in main()
86 g_thread_2 = std::thread(thread_func, (void*)&thread_index_2); in main()