libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
THREAD_INFORMATION_CLASS.hh File Reference
#include <ostream>
#include <string>
Include dependency graph for THREAD_INFORMATION_CLASS.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::THREAD_INFORMATION_CLASS {
  introvirt::windows::nt::ThreadBasicInformation , introvirt::windows::nt::ThreadTimes , introvirt::windows::nt::ThreadPriority , introvirt::windows::nt::ThreadBasePriority ,
  introvirt::windows::nt::ThreadAffinityMask , introvirt::windows::nt::ThreadImpersonationToken , introvirt::windows::nt::ThreadDescriptorTableEntry , introvirt::windows::nt::ThreadEnableAlignmentFaultFixup ,
  introvirt::windows::nt::ThreadEventPair_Reusable , introvirt::windows::nt::ThreadQuerySetWin32StartAddress , introvirt::windows::nt::ThreadZeroTlsCell , introvirt::windows::nt::ThreadPerformanceCount ,
  introvirt::windows::nt::ThreadAmILastThread , introvirt::windows::nt::ThreadIdealProcessor , introvirt::windows::nt::ThreadPriorityBoost , introvirt::windows::nt::ThreadSetTlsArrayAddress ,
  introvirt::windows::nt::ThreadIsIoPending , introvirt::windows::nt::ThreadHideFromDebugger , introvirt::windows::nt::ThreadBreakOnTermination , introvirt::windows::nt::ThreadSwitchLegacyState ,
  introvirt::windows::nt::ThreadIsTerminated , introvirt::windows::nt::ThreadLastSystemCall , introvirt::windows::nt::ThreadIoPriority , introvirt::windows::nt::ThreadCycleTime ,
  introvirt::windows::nt::ThreadPagePriority , introvirt::windows::nt::ThreadActualBasePriority , introvirt::windows::nt::ThreadTebInformation , introvirt::windows::nt::ThreadCSwitchMon ,
  introvirt::windows::nt::ThreadCSwitchPmu , introvirt::windows::nt::ThreadWow64Context , introvirt::windows::nt::ThreadGroupInformation , introvirt::windows::nt::ThreadUmsInformation ,
  introvirt::windows::nt::ThreadCounterProfiling , introvirt::windows::nt::ThreadIdealProcessorEx , introvirt::windows::nt::ThreadCpuAccountingInformation , introvirt::windows::nt::ThreadSuspendCount ,
  introvirt::windows::nt::ThreadHeterogeneousCpuPolicy , introvirt::windows::nt::ThreadContainerId , introvirt::windows::nt::ThreadNameInformation , introvirt::windows::nt::ThreadSelectedCpuSets ,
  introvirt::windows::nt::ThreadSystemThreadInformation , introvirt::windows::nt::ThreadActualGroupAffinity , introvirt::windows::nt::ThreadDynamicCodePolicyInfo , introvirt::windows::nt::ThreadExplicitCaseSensitivity ,
  introvirt::windows::nt::ThreadWorkOnBehalfTicket , introvirt::windows::nt::ThreadSubsystemInformation , introvirt::windows::nt::ThreadDbgkWerReportActive , introvirt::windows::nt::ThreadAttachContainer ,
  introvirt::windows::nt::ThreadManageWritesToExecutableMemory , introvirt::windows::nt::ThreadPowerThrottlingState
}
 

Functions

const std::string & introvirt::windows::nt::to_string (THREAD_INFORMATION_CLASS infoClass)
 
std::ostream & introvirt::windows::nt::operator<< (std::ostream &os, THREAD_INFORMATION_CLASS infoClass)