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

Structure to contain the system status returned by sceKernelReferSystemStatus.
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство 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
Résultat uint

IdleClocks public_oe property

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

Size public_oe property

Size of the structure (should be set prior to the call).
public uint Size
Résultat uint

Status public_oe property

The status ?
public uint Status
Résultat uint

ThreadSwitchCount public_oe property

Number of thread context switches.
public uint ThreadSwitchCount
Résultat uint

VfpuSwitchCount public_oe property

Number of vfpu switches ?
public uint VfpuSwitchCount
Résultat uint