#include <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. | |
Size of the SceKernelSemaInfo structure.
| char SceKernelSemaInfo::name[32] |
NUL-terminated name of the semaphore.
Attributes.
The initial count the semaphore was created with.
The current count.
The maximum count.
The number of threads waiting on the semaphore.
1.5.2