Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h203 void SetThreadPtr(Thread *thread);
493 void SetThreadPtr(Thread *thread);
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp53 m_exe_ctx_sp->SetThreadPtr(thread.get()); in SBExecutionContext()
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp275 void ExecutionContext::SetThreadPtr(Thread *thread) { in SetThreadPtr() function in ExecutionContext
545 void ExecutionContextRef::SetThreadPtr(Thread *thread) { in SetThreadPtr() function in ExecutionContextRef
H A DProcess.cpp4453 exe_ctx.SetThreadPtr(nullptr); in Run()