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

Structure to contain the system status returned by sceKernelReferSystemStatus.
Show 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 property

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

IdleClocks public property

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

Size public property

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

Status public property

The status ?
public uint Status
return uint

ThreadSwitchCount public property

Number of thread context switches.
public uint ThreadSwitchCount
return uint

VfpuSwitchCount public property

Number of vfpu switches ?
public uint VfpuSwitchCount
return uint