Searched defs:thread_index_1 (Results 1 - 8 of 8) sorted by relevance

/external/lldb/test/functionalities/stop-hook/multiple_threads/
H A Dmain.cpp72 uint32_t thread_index_1 = 1; local
78 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
H A Dmain.cpp80 uint32_t thread_index_1 = 1; local
88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
/external/lldb/test/functionalities/watchpoint/multiple_threads/
H A Dmain.cpp75 uint32_t thread_index_1 = 1; local
82 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
/external/lldb/test/python_api/watchpoint/watchlocation/
H A Dmain.cpp78 uint32_t thread_index_1 = 1; local
86 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
H A Dmain.cpp88 uint32_t thread_index_1 = 1; local
97 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
/external/lldb/test/python_api/lldbutil/iter/
H A Dmain.cpp77 uint32_t thread_index_1 = 1; local
80 uint32_t thread_mask_1 = (1u << thread_index_1);
88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
/external/lldb/test/python_api/lldbutil/process/
H A Dmain.cpp77 uint32_t thread_index_1 = 1; local
80 uint32_t thread_mask_1 = (1u << thread_index_1);
88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);
/external/lldb/test/python_api/module_section/
H A Dmain.cpp77 uint32_t thread_index_1 = 1; local
80 uint32_t thread_mask_1 = (1u << thread_index_1);
88 err = ::pthread_create (&g_thread_1, NULL, thread_func, &thread_index_1);

Completed in 153 milliseconds