![]() |
PSP2SDK
dirty-f9e4f2d
The free SDK for PSP2
|
#include <threadmgr.h>
Data Fields | |
| SceSize | size |
| SceUID | semaId |
| char | name [32] |
| SceUInt | attr |
| int | initCount |
| int | currentCount |
| int | maxCount |
| int | numWaitThreads |
Current state of a semaphore.
| SceUInt SceKernelSemaInfo::attr |
Attributes.
The current count.
The initial count the semaphore was created with.
The maximum count.
| char SceKernelSemaInfo::name[32] |
NUL-terminated name of the semaphore.
The number of threads waiting on the semaphore.
The UID of the semaphore
| SceSize SceKernelSemaInfo::size |
Size of the SceKernelSemaInfo structure.
1.7.6.1