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

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
Attributes SemaphoreAttribute
CurrentCount int
InitialCount int
MaximumCount int
NumberOfWaitingThreads int
Size int

Property Details

Attributes public_oe property

Attributes.
public SemaphoreAttribute Attributes
Résultat SemaphoreAttribute

CurrentCount public_oe property

The current count.
public int CurrentCount
Résultat int

InitialCount public_oe property

The initial count the semaphore was created with.
public int InitialCount
Résultat int

MaximumCount public_oe property

The maximum count.
public int MaximumCount
Résultat int

NumberOfWaitingThreads public_oe property

The number of threads waiting on the semaphore.
public int NumberOfWaitingThreads
Résultat int

Size public_oe property

Size of the ::SceKernelSemaInfo structure.
public int Size
Résultat int