C# 클래스 CSPspEmu.Hle.Modules.threadman.ThreadManForUser.SceKernelSystemStatus

Structure to contain the system status returned by sceKernelReferSystemStatus.
파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
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