Home
last modified time | relevance | path

Searched refs:SetThreadPtr (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h234 void SetThreadPtr(Thread *thread);
595 void SetThreadPtr(Thread *thread);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExecutionContext.cpp44 m_exe_ctx_sp->SetThreadPtr(thread.get()); in SBExecutionContext()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp285 void ExecutionContext::SetThreadPtr(Thread *thread) { in SetThreadPtr() function in ExecutionContext
559 void ExecutionContextRef::SetThreadPtr(Thread *thread) { in SetThreadPtr() function in ExecutionContextRef
H A DProcess.cpp4390 exe_ctx.SetThreadPtr(nullptr); in CalculateExecutionContext()