C# Класс CSPspEmu.Hle.Modules.threadman.ThreadManForUser.SceKernelSystemStatus

Structure to contain the system status returned by sceKernelReferSystemStatus.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ComesOutOfIdleCount uint
IdleClocks uint
Size uint
Status uint
ThreadSwitchCount uint
VfpuSwitchCount uint

Описание свойств

ComesOutOfIdleCount публичное свойство

Number of times we resumed from idle.
public uint ComesOutOfIdleCount
Результат uint

IdleClocks публичное свойство

SceKernelSysClock : IdleClocks (The number of cpu clocks in the idle thread. )
public uint IdleClocks
Результат uint

Size публичное свойство

Size of the structure (should be set prior to the call).
public uint Size
Результат uint

Status публичное свойство

The status ?
public uint Status
Результат uint

ThreadSwitchCount публичное свойство

Number of thread context switches.
public uint ThreadSwitchCount
Результат uint

VfpuSwitchCount публичное свойство

Number of vfpu switches ?
public uint VfpuSwitchCount
Результат uint