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

/external/lldb/test/functionalities/stop-hook/multiple_threads/
H A Dmain.cpp19 pthread_t g_thread_3 = NULL; variable
80 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
85 err = ::pthread_join (g_thread_3, &thread_result);
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
H A Dmain.cpp19 pthread_t g_thread_3 = NULL; variable
90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
97 err = ::pthread_join (g_thread_3, &thread_result);
/external/lldb/test/functionalities/watchpoint/multiple_threads/
H A Dmain.cpp19 pthread_t g_thread_3 = NULL; variable
84 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
89 err = ::pthread_join (g_thread_3, &thread_result);
/external/lldb/test/python_api/watchpoint/watchlocation/
H A Dmain.cpp19 pthread_t g_thread_3 = NULL; variable
88 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
95 err = ::pthread_join (g_thread_3, &thread_result);
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
H A Dmain.cpp19 pthread_t g_thread_3 = NULL; variable
99 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
112 err = ::pthread_join (g_thread_3, &thread_result);
/external/lldb/test/python_api/lldbutil/iter/
H A Dmain.cpp19 pthread_t g_thread_3 = NULL; variable
90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
125 err = ::pthread_join (g_thread_3, &thread_result);
/external/lldb/test/python_api/lldbutil/process/
H A Dmain.cpp19 pthread_t g_thread_3 = NULL; variable
90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
125 err = ::pthread_join (g_thread_3, &thread_result);
/external/lldb/test/python_api/module_section/
H A Dmain.cpp19 pthread_t g_thread_3 = NULL; variable
90 err = ::pthread_create (&g_thread_3, NULL, thread_func, &thread_index_3);
125 err = ::pthread_join (g_thread_3, &thread_result);

Completed in 2368 milliseconds