Searched refs:thread_result (Results 1 – 10 of 10) sorted by relevance
/external/lldb/test/functionalities/watchpoint/multiple_threads/ |
D | main.cpp | 74 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/ |
D | main.cpp | 71 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/ |
D | main.cpp | 77 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/ |
D | main.cpp | 79 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/ |
D | main.cpp | 87 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/ |
D | main.cpp | 76 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/ |
D | main.cpp | 76 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/ |
D | main.cpp | 76 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/ |
D | ProcessMonitor.cpp | 1636 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/ |
D | ProcessMonitor.cpp | 2163 lldb::thread_result_t thread_result; in StopMonitoringChildProcess() local 2168 Host::ThreadJoin(m_monitor_thread, &thread_result, NULL); in StopMonitoringChildProcess()
|