Nebula
|
#include <win32cpu.h>
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 |
DWORD Win32::Win32Cpu::CoreId |
|
static |
|
static |
core identifiers, under Win32, we basically don't care...
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |