Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnThreadMgrStd.h92 vrwThreadObj.ThreadGetName().c_str())); in ThreadStart()
102 vrwThreadObj.ThreadGetName().c_str())); in ThreadStart()
119 vrwThreadObj.ThreadGetName().c_str())); in ThreadStart()
H A DMIUtilThreadBaseStd.h96 virtual const CMIUtilString &ThreadGetName() const = 0;
H A DMICmnLLDBDebugger.h70 const CMIUtilString &ThreadGetName() const override;
H A DMICmnLLDBDebugger.cpp883 const CMIUtilString &CMICmnLLDBDebugger::ThreadGetName() const { in ThreadGetName() function in CMICmnLLDBDebugger