![]() |
vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Functions | |
| int | sceKernelCreateCallback (const char *name, unsigned int attr, SceKernelCallbackFunction func, void *userData) |
| Create callback. | |
| int | sceKernelGetCallbackInfo (SceUID cb, SceKernelCallbackInfo *infop) |
| Gets the status of a specified callback. | |
| int | sceKernelDeleteCallback (SceUID cb) |
| Delete a callback. | |
| int | sceKernelNotifyCallback (SceUID cb, int arg2) |
| Notify a callback. | |
| int | sceKernelCancelCallback (SceUID cb) |
| Cancel a callback ? | |
| int | sceKernelGetCallbackCount (SceUID cb) |
| Get the callback count. | |
| int | sceKernelCheckCallback (void) |
| Check callback ? | |