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);
220 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread() function in SBProcess230 thread_sp = process_sp->CreateOSPluginThread(tid, context); in CreateOSPluginThread()
2232 lldb::ThreadSP CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context);
1302 ThreadSP Process::CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context) { in CreateOSPluginThread() function in Process
44317 result = (arg1)->CreateOSPluginThread(arg2,arg3); in _wrap_SBProcess_CreateOSPluginThread()