libcsdbg  1.28
C++ exception (and generic) stack trace debug library
const i8 * csdbg::thread::name ( ) const
inlinevirtual

Get the thread name.

Returns
this->m_name

Definition at line 98 of file thread.cpp.

References m_name.

Referenced by csdbg::process::get_thread(), csdbg::util::header(), and csdbg::tracer::trace().

99 {
100  return m_name;
101 }
i8 * m_name
Thread name.
Definition: thread.hpp:33

+ Here is the caller graph for this function: