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

/external/lldb/test/functionalities/stop-hook/multiple_threads/
H A Dmain.cpp18 pthread_t g_thread_2 = NULL; variable
79 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2);
84 err = ::pthread_join (g_thread_2, &thread_result);
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
H A Dmain.cpp18 pthread_t g_thread_2 = NULL; variable
89 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2);
96 err = ::pthread_join (g_thread_2, &thread_result);
/external/lldb/test/functionalities/watchpoint/multiple_threads/
H A Dmain.cpp18 pthread_t g_thread_2 = NULL; variable
83 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2);
88 err = ::pthread_join (g_thread_2, &thread_result);
/external/lldb/test/python_api/watchpoint/watchlocation/
H A Dmain.cpp18 pthread_t g_thread_2 = NULL; variable
87 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2);
94 err = ::pthread_join (g_thread_2, &thread_result);
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
H A Dmain.cpp18 pthread_t g_thread_2 = NULL; variable
98 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2);
111 err = ::pthread_join (g_thread_2, &thread_result);
/external/lldb/test/python_api/lldbutil/iter/
H A Dmain.cpp18 pthread_t g_thread_2 = NULL; variable
89 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2);
124 err = ::pthread_join (g_thread_2, &thread_result);
/external/lldb/test/python_api/lldbutil/process/
H A Dmain.cpp18 pthread_t g_thread_2 = NULL; variable
89 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2);
124 err = ::pthread_join (g_thread_2, &thread_result);
/external/lldb/test/python_api/module_section/
H A Dmain.cpp18 pthread_t g_thread_2 = NULL; variable
89 err = ::pthread_create (&g_thread_2, NULL, thread_func, &thread_index_2);
124 err = ::pthread_join (g_thread_2, &thread_result);

Completed in 96 milliseconds