libcsdbg  1.28
C++ exception (and generic) stack trace debug library
u32 csdbg::process::thread_count ( ) const
inlinevirtual

Get the active thread count.

Returns
this->m_threads->size()

Definition at line 321 of file process.cpp.

References m_threads.

Referenced by csdbg::tracer::dump().

322 {
323  return m_threads->size();
324 }
chain< thread > * m_threads
Instrumented thread list.
Definition: process.hpp:37

+ Here is the caller graph for this function: