Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/python_api/lldbutil/iter/
H A Dmain.cpp76 uint32_t thread_index_3 = 3; in main() local
79 uint32_t thread_mask_3 = (1u << thread_index_3); in main()
87 g_thread_3 = std::thread(thread_func, (void*)&thread_index_3); in main()