![]() |
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. | |
| int | ksceKernelDeleteCallback (SceUID cb) |
| Delete a callback. | |
| int | ksceKernelNotifyCallback (SceUID cb, int arg2) |
| Notify a callback. | |
| int | ksceKernelCancelCallback (SceUID cb) |
| Cancel a callback ? | |
| int | ksceKernelGetCallbackCount (SceUID cb) |
| Get the callback count. | |
| int | ksceKernelCheckCallback (void) |
| Check callback ? | |