Nebula
|
#include <posixcpu.h>
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 |
|
static |
|
static |
core identifiers, under Posix, we basically don't care...
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |