Searched refs:CreateOSPluginThread (Results 1 – 4 of 4) sorted by relevance
106 lldb::SBThread CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context);
233 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread() function in SBProcess243 thread_sp = process_sp->CreateOSPluginThread(tid, context); in CreateOSPluginThread()
2396 lldb::ThreadSP CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context);
1521 ThreadSP Process::CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context) { in CreateOSPluginThread() function in Process