Nebula
Loading...
Searching...
No Matches
Posix::PosixCpu Class Reference

#include <posixcpu.h>

Detailed Description

CPU related definitions for the Posix platform.


(C) 2008 Radon Labs GmbH (C) 2013-2018 Individual contributors, see AUTHORS file

Public Types

typedef int CoreId
 

Static Public Attributes

static const CoreId InvalidCoreId = 0xffffffff
 core identifiers, under Posix, 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

Member Data Documentation

◆ AudioThreadCore

const CoreId Posix::PosixCpu::AudioThreadCore = 3
static

◆ InvalidCoreId

const CoreId Posix::PosixCpu::InvalidCoreId = 0xffffffff
static

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

◆ IoThreadCore

const CoreId Posix::PosixCpu::IoThreadCore = 2
static

◆ JobThreadFirstCore

const CoreId Posix::PosixCpu::JobThreadFirstCore = 6
static

◆ MainThreadCore

const CoreId Posix::PosixCpu::MainThreadCore = 0
static

◆ MiscThreadCore

const CoreId Posix::PosixCpu::MiscThreadCore = 4
static

◆ NetworkThreadCore

const CoreId Posix::PosixCpu::NetworkThreadCore = 5
static

◆ RenderThreadCore

const CoreId Posix::PosixCpu::RenderThreadCore = 1
static

◆ RenderThreadFirstCore

const CoreId Posix::PosixCpu::RenderThreadFirstCore = 16
static

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