![]() |
vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Functions | |
| int | sceKernelCreateLwMutex (SceKernelLwMutexWork *pWork, const char *pName, unsigned int attr, int initCount, const SceKernelLwMutexOptParam *pOptParam) |
| int | sceKernelDeleteLwMutex (SceKernelLwMutexWork *pWork) |
| int | sceKernelLockLwMutex (SceKernelLwMutexWork *pWork, int lockCount, unsigned int *pTimeout) |
| int | sceKernelTryLockLwMutex (SceKernelLwMutexWork *pWork, int lockCount) |
| int | sceKernelUnlockLwMutex (SceKernelLwMutexWork *pWork, int unlockCount) |