C# Class CSPspEmu.Hle.Modules.threadman.ThreadManForUser.SceKernelSystemStatus

Structure to contain the system status returned by sceKernelReferSystemStatus.
Mostra file Open project: soywiz/cspspemu

Public Properties

Property Type Description
ComesOutOfIdleCount uint
IdleClocks uint
Size uint
Status uint
ThreadSwitchCount uint
VfpuSwitchCount uint

Property Details

ComesOutOfIdleCount public_oe property

Number of times we resumed from idle.
public uint ComesOutOfIdleCount
return uint

IdleClocks public_oe property

SceKernelSysClock : IdleClocks (The number of cpu clocks in the idle thread. )
public uint IdleClocks
return uint

Size public_oe property

Size of the structure (should be set prior to the call).
public uint Size
return uint

Status public_oe property

The status ?
public uint Status
return uint

ThreadSwitchCount public_oe property

Number of thread context switches.
public uint ThreadSwitchCount
return uint

VfpuSwitchCount public_oe property

Number of vfpu switches ?
public uint VfpuSwitchCount
return uint