Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/watchpoint/multiple_threads/
Dmain.cpp74 void *thread_result = NULL; in main() local
87 err = ::pthread_join (g_thread_1, &thread_result); in main()
88 err = ::pthread_join (g_thread_2, &thread_result); in main()
89 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/functionalities/stop-hook/multiple_threads/
Dmain.cpp71 void *thread_result = NULL; in main() local
83 err = ::pthread_join (g_thread_1, &thread_result); in main()
84 err = ::pthread_join (g_thread_2, &thread_result); in main()
85 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/python_api/watchpoint/watchlocation/
Dmain.cpp77 void *thread_result = NULL; in main() local
93 err = ::pthread_join (g_thread_1, &thread_result); in main()
94 err = ::pthread_join (g_thread_2, &thread_result); in main()
95 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/
Dmain.cpp79 void *thread_result = NULL; in main() local
95 err = ::pthread_join (g_thread_1, &thread_result); in main()
96 err = ::pthread_join (g_thread_2, &thread_result); in main()
97 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/
Dmain.cpp87 void *thread_result = NULL; in main() local
110 err = ::pthread_join (g_thread_1, &thread_result); in main()
111 err = ::pthread_join (g_thread_2, &thread_result); in main()
112 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/python_api/lldbutil/iter/
Dmain.cpp76 void *thread_result = NULL; in main() local
123 err = ::pthread_join (g_thread_1, &thread_result); in main()
124 err = ::pthread_join (g_thread_2, &thread_result); in main()
125 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/python_api/module_section/
Dmain.cpp76 void *thread_result = NULL; in main() local
123 err = ::pthread_join (g_thread_1, &thread_result); in main()
124 err = ::pthread_join (g_thread_2, &thread_result); in main()
125 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/test/python_api/lldbutil/process/
Dmain.cpp76 void *thread_result = NULL; in main() local
123 err = ::pthread_join (g_thread_1, &thread_result); in main()
124 err = ::pthread_join (g_thread_2, &thread_result); in main()
125 err = ::pthread_join (g_thread_3, &thread_result); in main()
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.cpp1636 lldb::thread_result_t thread_result; in StopMonitoringChildProcess() local
1641 Host::ThreadJoin(m_monitor_thread, &thread_result, NULL); in StopMonitoringChildProcess()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp2163 lldb::thread_result_t thread_result; in StopMonitoringChildProcess() local
2168 Host::ThreadJoin(m_monitor_thread, &thread_result, NULL); in StopMonitoringChildProcess()