Home
last modified time | relevance | path

Searched refs:SetTID (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadSpec.h47 void SetTID(lldb::tid_t tid) { m_tid = tid; } in SetTID() function
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp38 thread_spec_up->SetTID(tid); in CreateFromStructuredData()
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp115 GetThreadSpec()->SetTID(thread_id); in SetThreadID()
H A DBreakpointOptions.cpp499 GetThreadSpec()->SetTID(thread_id); in GetThreadSpec()
H A DBreakpoint.cpp340 m_options.GetThreadSpec()->SetTID(thread_id); in SetThreadID()
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5021 thread_spec->SetTID(m_options.m_thread_id); in IOHandlerActivated()