C# Class CSPspEmu.Hle.Threading.Semaphores.SceKernelSemaInfo

Exibir arquivo Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Attributes SemaphoreAttribute
CurrentCount int
InitialCount int
MaximumCount int
NumberOfWaitingThreads int
Size int

Property Details

Attributes public_oe property

Attributes.
public SemaphoreAttribute Attributes
return SemaphoreAttribute

CurrentCount public_oe property

The current count.
public int CurrentCount
return int

InitialCount public_oe property

The initial count the semaphore was created with.
public int InitialCount
return int

MaximumCount public_oe property

The maximum count.
public int MaximumCount
return int

NumberOfWaitingThreads public_oe property

The number of threads waiting on the semaphore.
public int NumberOfWaitingThreads
return int

Size public_oe property

Size of the ::SceKernelSemaInfo structure.
public int Size
return int