Home
last modified time | relevance | path

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

/external/lldb/test/python_api/lldbutil/iter/
Dmain.cpp79 uint32_t thread_index_3 = 3; in main() local
82 uint32_t thread_mask_3 = (1u << thread_index_3); in main()
90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3); in main()
/external/lldb/test/python_api/module_section/
Dmain.cpp79 uint32_t thread_index_3 = 3; in main() local
82 uint32_t thread_mask_3 = (1u << thread_index_3); in main()
90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3); in main()
/external/lldb/test/python_api/lldbutil/process/
Dmain.cpp79 uint32_t thread_index_3 = 3; in main() local
82 uint32_t thread_mask_3 = (1u << thread_index_3); in main()
90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3); in main()
/external/lldb/test/functionalities/watchpoint/multiple_threads/
Dmain.cpp77 uint32_t thread_index_3 = 3; in main() local
84 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3); in main()
/external/lldb/test/functionalities/stop-hook/multiple_threads/
Dmain.cpp74 uint32_t thread_index_3 = 3; in main() local
80 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3); in main()
/external/lldb/test/python_api/watchpoint/watchlocation/
Dmain.cpp80 uint32_t thread_index_3 = 3; in main() local
88 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3); in main()
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
Dmain.cpp82 uint32_t thread_index_3 = 3; in main() local
90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3); in main()
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
Dmain.cpp90 uint32_t thread_index_3 = 3; in main() local
99 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3); in main()