6 #ifndef _PSP2_KERNEL_THREADMGR_LW_MUTEX_H_
7 #define _PSP2_KERNEL_THREADMGR_LW_MUTEX_H_
int sceKernelLockLwMutex(SceKernelLwMutexWork *pWork, int lockCount, unsigned int *pTimeout)
int sceKernelDeleteLwMutex(SceKernelLwMutexWork *pWork)
int sceKernelCreateLwMutex(SceKernelLwMutexWork *pWork, const char *pName, unsigned int attr, int initCount, const SceKernelLwMutexOptParam *pOptParam)
int sceKernelTryLockLwMutex(SceKernelLwMutexWork *pWork, int lockCount)
int sceKernelUnlockLwMutex(SceKernelLwMutexWork *pWork, int unlockCount)
Definition: threadmgr.h:260
Definition: threadmgr.h:255