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

상속: IDisposable
파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
ExternalMemoryAnchor MemoryPartition.Anchor
Info SceKernelVplInfo
InternalMemoryAnchor MemoryPartition.Anchor
InternalMemoryAnchorReturn MemoryPartition.Anchor
MemoryPartition MemoryPartition
PartitionId MemoryPartitions
ThreadManForUser ThreadManForUser
WaitList List

공개 메소드들

메소드 설명
Allocate ( CpuThreadState CpuThreadState, int Size, PspPointer AddressPointer, uint Timeout, bool HandleCallbacks ) : void
Free ( CpuThreadState CpuThreadState, PspPointer Address ) : void
IDisposable ( ) : void
Init ( ) : void
TryAllocate ( CpuThreadState CpuThreadState, int Size, PspPointer AddressPointer ) : bool
VariablePool ( ThreadManForUser ThreadManForUser ) : System

메소드 상세

Allocate() 공개 메소드

public Allocate ( CpuThreadState CpuThreadState, int Size, PspPointer AddressPointer, uint Timeout, bool HandleCallbacks ) : void
CpuThreadState CSPspEmu.Core.Cpu.CpuThreadState
Size int
AddressPointer PspPointer
Timeout uint
HandleCallbacks bool
리턴 void

Free() 공개 메소드

public Free ( CpuThreadState CpuThreadState, PspPointer Address ) : void
CpuThreadState CSPspEmu.Core.Cpu.CpuThreadState
Address PspPointer
리턴 void

IDisposable() 공개 메소드

public IDisposable ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

TryAllocate() 공개 메소드

public TryAllocate ( CpuThreadState CpuThreadState, int Size, PspPointer AddressPointer ) : bool
CpuThreadState CSPspEmu.Core.Cpu.CpuThreadState
Size int
AddressPointer PspPointer
리턴 bool

VariablePool() 공개 메소드

public VariablePool ( ThreadManForUser ThreadManForUser ) : System
ThreadManForUser ThreadManForUser
리턴 System

프로퍼티 상세

ExternalMemoryAnchor 공개적으로 프로퍼티

public MemoryPartition.Anchor ExternalMemoryAnchor
리턴 MemoryPartition.Anchor

Info 공개적으로 프로퍼티

public SceKernelVplInfo Info
리턴 SceKernelVplInfo

InternalMemoryAnchor 공개적으로 프로퍼티

public MemoryPartition.Anchor InternalMemoryAnchor
리턴 MemoryPartition.Anchor

InternalMemoryAnchorReturn 공개적으로 프로퍼티

public MemoryPartition.Anchor InternalMemoryAnchorReturn
리턴 MemoryPartition.Anchor

MemoryPartition 공개적으로 프로퍼티

public MemoryPartition MemoryPartition
리턴 MemoryPartition

PartitionId 공개적으로 프로퍼티

public MemoryPartitions PartitionId
리턴 MemoryPartitions

ThreadManForUser 공개적으로 프로퍼티

public ThreadManForUser,CSPspEmu.Hle.Modules.threadman ThreadManForUser
리턴 ThreadManForUser

WaitList 공개적으로 프로퍼티

public List WaitList
리턴 List