vitasdk
Documentation of the vitasdk
|
#include <vitasdk/build_utils.h>
#include <psp2/types.h>
#include <psp2/kernel/threadmgr/lw_mutex.h>
#include <psp2common/kernel/threadmgr.h>
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) |