libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
KTHREAD_STATE.hh File Reference
#include <ostream>
#include <string>
Include dependency graph for KTHREAD_STATE.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  introvirt
 Core IntroVirt classes.
 
namespace  introvirt::windows
 Classes related to Microsoft Windows guests.
 
namespace  introvirt::windows::nt
 Classes related to the Windows NT kernel.
 

Enumerations

enum  introvirt::windows::nt::KTHREAD_STATE {
  introvirt::windows::nt::Initialized = 0 , introvirt::windows::nt::Ready = 1 , introvirt::windows::nt::Running = 2 , introvirt::windows::nt::Standby = 3 ,
  introvirt::windows::nt::Terminated = 4 , introvirt::windows::nt::Waiting = 5 , introvirt::windows::nt::Transition = 6 , introvirt::windows::nt::DeferredReady = 7 ,
  introvirt::windows::nt::GateWait = 8 , introvirt::windows::nt::UnknownThreadState = 255
}
 

Functions

const std::string & introvirt::windows::nt::to_string (KTHREAD_STATE state)
 Get the string value of a KTHREAD_STATE.
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &, KTHREAD_STATE state)
 Stream operator overload for KTHREAD_STATE.