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

Inheritance: IDisposable
Mostrar archivo Open project: soywiz/cspspemu

Public Properties

Property Type Description
ExternalMemoryAnchor MemoryPartition.Anchor
Info SceKernelVplInfo
InternalMemoryAnchor MemoryPartition.Anchor
InternalMemoryAnchorReturn MemoryPartition.Anchor
MemoryPartition MemoryPartition
PartitionId MemoryPartitions
ThreadManForUser ThreadManForUser
WaitList List

Public Methods

Method Description
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

Method Details

Allocate() public method

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
return void

Free() public method

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

IDisposable() public method

public IDisposable ( ) : void
return void

Init() public method

public Init ( ) : void
return void

TryAllocate() public method

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

VariablePool() public method

public VariablePool ( ThreadManForUser ThreadManForUser ) : System
ThreadManForUser ThreadManForUser
return System

Property Details

ExternalMemoryAnchor public_oe property

public MemoryPartition.Anchor ExternalMemoryAnchor
return MemoryPartition.Anchor

Info public_oe property

public SceKernelVplInfo Info
return SceKernelVplInfo

InternalMemoryAnchor public_oe property

public MemoryPartition.Anchor InternalMemoryAnchor
return MemoryPartition.Anchor

InternalMemoryAnchorReturn public_oe property

public MemoryPartition.Anchor InternalMemoryAnchorReturn
return MemoryPartition.Anchor

MemoryPartition public_oe property

public MemoryPartition MemoryPartition
return MemoryPartition

PartitionId public_oe property

public MemoryPartitions PartitionId
return MemoryPartitions

ThreadManForUser public_oe property

public ThreadManForUser,CSPspEmu.Hle.Modules.threadman ThreadManForUser
return ThreadManForUser

WaitList public_oe property

public List WaitList
return List