Searched refs:ThreadJoin (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBHostOS.cpp | 80 SBHostOS::ThreadJoin (lldb::thread_t thread, thread_result_t *result, SBError *error_ptr) in ThreadJoin() function in SBHostOS 82 return Host::ThreadJoin (thread, result, error_ptr ? error_ptr->get() : NULL); in ThreadJoin()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBHostOS.h | 45 ThreadJoin (lldb::thread_t thread,
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | Communication.cpp | 267 bool status = Host::ThreadJoin (m_read_thread, NULL, error_ptr); in StopReadThread() 278 bool success = Host::ThreadJoin (m_read_thread, NULL, error_ptr); in JoinReadThread()
|
| HD | Debugger.cpp | 3128 Host::ThreadJoin(m_event_handler_thread, NULL, NULL); in StopEventHandlerThread() 3158 Host::ThreadJoin(m_io_handler_thread, NULL, NULL); in StopIOHandlerThread()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Host.h | 284 ThreadJoin (lldb::thread_t thread,
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| HD | ProcessMonitor.cpp | 1717 Host::ThreadJoin(m_monitor_thread, &thread_result, NULL); in StopMonitoringChildProcess() 1768 Host::ThreadJoin(m_operation_thread, &result, NULL); in StopOpThread()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunication.cpp | 585 Host::ThreadJoin(m_listen_thread, NULL, NULL); in JoinListenThread()
|
| HD | ProcessGDBRemote.cpp | 2845 Host::ThreadJoin (m_async_thread, NULL, NULL); in StopAsyncThread()
|
| /trueos/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Host.cpp | 686 Host::ThreadJoin (lldb::thread_t thread, thread_result_t *thread_result_ptr, Error *error) in ThreadJoin() function in Host
|
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | Process.cpp | 4051 Host::ThreadJoin (private_state_thread, &result, NULL); in ControlPrivateStateThread()
|