vitasdk
Documentation of the vitasdk
lw_cond.h File Reference

Go to the source code of this file.

Functions

int sceKernelCreateLwCond (SceKernelLwCondWork *pWork, const char *pName, unsigned int attr, SceKernelLwMutexWork *pLwMutex, const SceKernelLwCondOptParam *pOptParam)
 
int sceKernelDeleteLwCond (SceKernelLwCondWork *pWork)
 
int sceKernelSignalLwCond (SceKernelLwCondWork *pWork)
 
int sceKernelSignalLwCondAll (SceKernelLwCondWork *pWork)
 
int sceKernelSignalLwCondTo (SceKernelLwCondWork *pWork, SceUID threadId)
 
int sceKernelWaitLwCond (SceKernelLwCondWork *pWork, unsigned int *pTimeout)