Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBHostOS.cpp42 SBHostOS::ThreadCreate in ThreadCreate() function in SBHostOS
58 …return Host::ThreadCreate (name, thread_function, thread_arg, error_ptr ? error_ptr->get() : NULL); in ThreadCreate()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBHostOS.h32 ThreadCreate (const char *name,
/trueos/contrib/llvm/tools/lldb/include/lldb/Host/
HDHost.h271 ThreadCreate (const char *name,
/trueos/contrib/llvm/tools/lldb/source/Core/
HDCommunication.cpp246 m_read_thread = Host::ThreadCreate (thread_name, Communication::ReadThread, this, error_ptr); in StartReadThread()
HDDebugger.cpp3118 …m_event_handler_thread = Host::ThreadCreate("lldb.debugger.event-handler", EventHandlerThread, thi… in StartEventHandlerThread()
3147 … m_io_handler_thread = Host::ThreadCreate("lldb.debugger.io-handler", IOHandlerThread, this, NULL); in StartIOHandlerThread()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessMonitor.cpp930 Host::ThreadCreate(g_thread_name, LaunchOpThread, args, &error); in StartLaunchOpThread()
1107 Host::ThreadCreate(g_thread_name, AttachOpThread, args, &error); in StartAttachOpThread()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.cpp575 …m_listen_thread = Host::ThreadCreate (listen_url, GDBRemoteCommunication::ListenThread, this, &err… in StartListenThread()
HDProcessGDBRemote.cpp2804 …m_async_thread = Host::ThreadCreate ("<lldb.process.gdb-remote.async>", ProcessGDBRemote::AsyncThr… in StartAsyncThread()
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDHost.cpp120 thread = ThreadCreate (thread_name, in StartMonitoringChildProcess()
633 Host::ThreadCreate in ThreadCreate() function in Host
/trueos/contrib/llvm/tools/lldb/source/Target/
HDProcess.cpp3969 …m_private_state_thread = Host::ThreadCreate (thread_name, Process::PrivateStateThread, this, NULL); in StartPrivateStateThread()