6 #ifndef _PSP2_KERNEL_THREADMGR_LW_COND_H_
7 #define _PSP2_KERNEL_THREADMGR_LW_COND_H_
int sceKernelWaitLwCond(SceKernelLwCondWork *pWork, unsigned int *pTimeout)
int sceKernelSignalLwCond(SceKernelLwCondWork *pWork)
int sceKernelSignalLwCondAll(SceKernelLwCondWork *pWork)
int sceKernelSignalLwCondTo(SceKernelLwCondWork *pWork, SceUID threadId)
int sceKernelDeleteLwCond(SceKernelLwCondWork *pWork)
int sceKernelCreateLwCond(SceKernelLwCondWork *pWork, const char *pName, unsigned int attr, SceKernelLwMutexWork *pLwMutex, const SceKernelLwCondOptParam *pOptParam)
Definition: threadmgr.h:248
Definition: threadmgr.h:243
Definition: threadmgr.h:255
int SceUID
UIDs are used to describe many different kernel objects.
Definition: types.h:90