SceKernelSemaInfo Struct Reference
[Thread Manager Library]

#include <pspthreadman.h>


Detailed Description

Current state of a semaphore.

See also:
sceKernelReferSemaStatus.


Data Fields

SceSize size
 Size of the SceKernelSemaInfo structure.
char name [32]
 NUL-terminated name of the semaphore.
SceUInt attr
 Attributes.
int initCount
 The initial count the semaphore was created with.
int currentCount
 The current count.
int maxCount
 The maximum count.
int numWaitThreads
 The number of threads waiting on the semaphore.


Field Documentation

SceSize SceKernelSemaInfo::size

Size of the SceKernelSemaInfo structure.

char SceKernelSemaInfo::name[32]

NUL-terminated name of the semaphore.

SceUInt SceKernelSemaInfo::attr

Attributes.

int SceKernelSemaInfo::initCount

The initial count the semaphore was created with.

int SceKernelSemaInfo::currentCount

The current count.

int SceKernelSemaInfo::maxCount

The maximum count.

int SceKernelSemaInfo::numWaitThreads

The number of threads waiting on the semaphore.


The documentation for this struct was generated from the following file:
Generated on Tue Jul 24 15:21:27 2007 for PSPSDK-Rev2272 by  doxygen 1.5.2