Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBHostOS.cpp80 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/
HDSBHostOS.h45 ThreadJoin (lldb::thread_t thread,
/trueos/contrib/llvm/tools/lldb/source/Core/
HDCommunication.cpp267 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()
HDDebugger.cpp3128 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/
HDHost.h284 ThreadJoin (lldb::thread_t thread,
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessMonitor.cpp1717 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/
HDGDBRemoteCommunication.cpp585 Host::ThreadJoin(m_listen_thread, NULL, NULL); in JoinListenThread()
HDProcessGDBRemote.cpp2845 Host::ThreadJoin (m_async_thread, NULL, NULL); in StopAsyncThread()
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp686 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/
HDProcess.cpp4051 Host::ThreadJoin (private_state_thread, &result, NULL); in ControlPrivateStateThread()