MIRA
Public Attributes | List of all members
ThreadMonitor::ThreadInfo Struct Reference

A thread information type. More...

#include <thread/ThreadMonitor.h>

Public Attributes

bool known
 Indicates whether this thread is known by the ThreadMonitor. More...
 
ThreadID id
 Native thread ID (not boost::thread::native_handle_type!) More...
 
boost::thread::id bid
 Boost thread ID. More...
 
std::string name
 The name of the thread. More...
 
Time create_time
 Thread creation time in UTC. More...
 
Duration user_time
 The time amount in user-mode. More...
 
Duration kernel_time
 The time amount in kernel-mode. More...
 

Detailed Description

A thread information type.

Member Data Documentation

◆ known

bool known

Indicates whether this thread is known by the ThreadMonitor.

If true the "bid" and "name" members are valid

◆ id

Native thread ID (not boost::thread::native_handle_type!)

◆ bid

boost::thread::id bid

Boost thread ID.

◆ name

std::string name

The name of the thread.

◆ create_time

Time create_time

Thread creation time in UTC.

◆ user_time

Duration user_time

The time amount in user-mode.

◆ kernel_time

Duration kernel_time

The time amount in kernel-mode.


The documentation for this struct was generated from the following file: