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.
Functions | |
int | ksceKernelCreateCallback (const char *name, unsigned int attr, SceKernelCallbackFunction func, void *arg) |
Create callback. More... | |
int | ksceKernelDeleteCallback (SceUID cb) |
Delete a callback. More... | |
int | ksceKernelNotifyCallback (SceUID cb, int arg2) |
Notify a callback. More... | |
int | ksceKernelCancelCallback (SceUID cb) |
Cancel a callback ? More... | |
int | ksceKernelGetCallbackCount (SceUID cb) |
Get the callback count. More... | |
int | ksceKernelCheckCallback (void) |
Check callback ? More... | |