vitasdk
Documentation of the vitasdk
|
#include <vitasdk/build_utils.h>
#include <psp2kern/types.h>
#include <psp2common/kernel/threadmgr.h>
Go to the source code of this file.
Data Structures | |
struct | SceKernelFastMutex |
Macros | |
#define | ksceKernelDeleteFastMutex(__fast_mutex__) ksceKernelFinalizeFastMutex((__fast_mutex__)) |
Functions | |
VITASDK_BUILD_ASSERT_EQ (0x40, SceKernelFastMutex) | |
int | ksceKernelInitializeFastMutex (SceKernelFastMutex *fast_mutex, const char *name, int attr, void *opt) |
int | ksceKernelFinalizeFastMutex (SceKernelFastMutex *fast_mutex) |
int | ksceKernelLockFastMutex (SceKernelFastMutex *fast_mutex) |
int | ksceKernelTryLockFastMutex (SceKernelFastMutex *fast_mutex) |
int | ksceKernelUnlockFastMutex (SceKernelFastMutex *fast_mutex) |
int | ksceKernelGetFastMutexInfo (SceKernelFastMutex *fast_mutex, void *info) |