Searched refs:CreateOSPluginThread (Results 1 – 6 of 6) sorted by relevance
71 ) lldb::SBProcess::CreateOSPluginThread;
109 lldb::SBThread CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context);
217 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread() function in SBProcess227 thread_sp = process_sp->CreateOSPluginThread(tid, context); in CreateOSPluginThread()
2207 lldb::ThreadSP CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context);
1270 ThreadSP Process::CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context) { in CreateOSPluginThread() function in Process
42680 result = (arg1)->CreateOSPluginThread(arg2,arg3); in _wrap_SBProcess_CreateOSPluginThread()