libcsdbg  1.28
C++ exception (and generic) stack trace debug library
pthread_t csdbg::thread::handle ( ) const
inlinevirtual

Get the thread handle.

Returns
this->m_handle

Definition at line 109 of file thread.cpp.

References m_handle.

Referenced by csdbg::tracer::dump(), and csdbg::tracer::trace().

110 {
111  return m_handle;
112 }
pthread_t m_handle
Thread handle.
Definition: thread.hpp:35

+ Here is the caller graph for this function: