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