Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h203 void SetThreadPtr(Thread *thread);
493 void SetThreadPtr(Thread *thread);
/llvm-project/lldb/source/API/
H A DSBExecutionContext.cpp53 m_exe_ctx_sp->SetThreadPtr(thread.get()); in SBExecutionContext()
/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.cpp4479 exe_ctx.SetThreadPtr(nullptr); in BroadcastAsyncProfileData()