Searched refs:ThreadCreate (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/API/ |
| HD | SBHostOS.cpp | 42 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/ |
| HD | SBHostOS.h | 32 ThreadCreate (const char *name,
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Host.h | 271 ThreadCreate (const char *name,
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | Communication.cpp | 246 m_read_thread = Host::ThreadCreate (thread_name, Communication::ReadThread, this, error_ptr); in StartReadThread()
|
| HD | Debugger.cpp | 3118 …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/ |
| HD | ProcessMonitor.cpp | 930 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/ |
| HD | GDBRemoteCommunication.cpp | 575 …m_listen_thread = Host::ThreadCreate (listen_url, GDBRemoteCommunication::ListenThread, this, &err… in StartListenThread()
|
| HD | ProcessGDBRemote.cpp | 2804 …m_async_thread = Host::ThreadCreate ("<lldb.process.gdb-remote.async>", ProcessGDBRemote::AsyncThr… in StartAsyncThread()
|
| /trueos/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Host.cpp | 120 thread = ThreadCreate (thread_name, in StartMonitoringChildProcess() 633 Host::ThreadCreate in ThreadCreate() function in Host
|
| /trueos/contrib/llvm/tools/lldb/source/Target/ |
| HD | Process.cpp | 3969 …m_private_state_thread = Host::ThreadCreate (thread_name, Process::PrivateStateThread, this, NULL); in StartPrivateStateThread()
|