Data Fields

SceKernelSemaInfo Struct Reference
[Thread Manager Library]

Current state of a semaphore. More...

#include <src/user/pspthreadman.h>

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.

Detailed Description

Current state of a semaphore.

See also:
sceKernelReferSemaStatus.

Field Documentation

Attributes.

The current count.

The initial count the semaphore was created with.

The maximum count.

NUL-terminated name of the semaphore.

The number of threads waiting on the semaphore.

Size of the SceKernelSemaInfo structure.


The documentation for this struct was generated from the following file: