Searched defs:CreateOSPluginThread (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/API/
H A DSBProcess.cpp282 SBProcess::CreateOSPluginThread (lldb::tid_t tid, lldb::addr_t context) function in class:SBProcess
292 thread_sp = process_sp->CreateOSPluginThread(tid, context);
297 log->Printf ("SBProcess(%p)::CreateOSPluginThread (tid=0x%" PRIx64 ", context=0x%" PRIx64 ") => SBThread(%p)", process_sp.get(), tid, context, thread_sp.get());
/external/lldb/source/Target/
H A DProcess.cpp1576 Process::CreateOSPluginThread (lldb::tid_t tid, lldb::addr_t context) function in class:Process

Completed in 814 milliseconds