PSP2SDK  dirty-f9e4f2d
The free SDK for PSP2
Data Fields
SceKernelSemaInfo Struct Reference

#include <threadmgr.h>

Data Fields

SceSize size
SceUID semaId
char name [32]
SceUInt attr
int initCount
int currentCount
int maxCount
int numWaitThreads

Detailed Description

Current state of a semaphore.

See also:
sceKernelGetSemaInfo.

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.

The UID of the semaphore

Size of the SceKernelSemaInfo structure.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines