Searched refs:CreateOSPluginThread (Results 1 – 5 of 5) sorted by relevance
158 …peratingSystem plug-in, if the current OperatingSystem plug-in supports it.") CreateOSPluginThread;160 CreateOSPluginThread (lldb::tid_t tid, lldb::addr_t context);
103 lldb::SBThread CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context);
216 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread() function in SBProcess226 thread_sp = process_sp->CreateOSPluginThread(tid, context); in CreateOSPluginThread()
2107 lldb::ThreadSP CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context);
1266 ThreadSP Process::CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context) { in CreateOSPluginThread() function in Process