Nebula
Loading...
Searching...
No Matches
Win32::Win32Cpu Class Reference

#include <win32cpu.h>

Detailed Description

CPU related definitions for the Win32 platform.


Public Types

typedef DWORD CoreId
 

Static Public Attributes

static const CoreId InvalidCoreId = 0xffffffff
 core identifiers, under Win32, we basically don't care...
 
static const CoreId MainThreadCore = 0
 
static const CoreId IoThreadCore = 2
 
static const CoreId RenderThreadCore = 1
 
static const CoreId AudioThreadCore = 3
 
static const CoreId MiscThreadCore = 4
 
static const CoreId NetworkThreadCore = 5
 
static const CoreId JobThreadFirstCore = 6
 
static const CoreId RenderThreadFirstCore = 16
 

Member Typedef Documentation

◆ CoreId

typedef DWORD Win32::Win32Cpu::CoreId

Member Data Documentation

◆ AudioThreadCore

const CoreId Win32::Win32Cpu::AudioThreadCore = 3
static

◆ InvalidCoreId

const CoreId Win32::Win32Cpu::InvalidCoreId = 0xffffffff
static

core identifiers, under Win32, we basically don't care...

◆ IoThreadCore

const CoreId Win32::Win32Cpu::IoThreadCore = 2
static

◆ JobThreadFirstCore

const CoreId Win32::Win32Cpu::JobThreadFirstCore = 6
static

◆ MainThreadCore

const CoreId Win32::Win32Cpu::MainThreadCore = 0
static

◆ MiscThreadCore

const CoreId Win32::Win32Cpu::MiscThreadCore = 4
static

◆ NetworkThreadCore

const CoreId Win32::Win32Cpu::NetworkThreadCore = 5
static

◆ RenderThreadCore

const CoreId Win32::Win32Cpu::RenderThreadCore = 1
static

◆ RenderThreadFirstCore

const CoreId Win32::Win32Cpu::RenderThreadFirstCore = 16
static

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