![]() |
vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Functions | |
| SceUID | sceKernelCreateEventFlag (const char *name, int attr, int bits, SceKernelEventFlagOptParam *opt) |
| Create an event flag. | |
| int | sceKernelSetEventFlag (SceUID evid, unsigned int bits) |
| Set an event flag bit pattern. | |
| int | sceKernelClearEventFlag (SceUID evid, unsigned int bits) |
| Clear a event flag bit pattern. | |
| int | sceKernelPollEventFlag (int evid, unsigned int bits, unsigned int wait, unsigned int *outBits) |
| Poll an event flag for a given bit pattern. | |
| int | sceKernelWaitEventFlag (int evid, unsigned int bits, unsigned int wait, unsigned int *outBits, SceUInt *timeout) |
| Wait for an event flag for a given bit pattern. | |
| int | sceKernelWaitEventFlagCB (int evid, unsigned int bits, unsigned int wait, unsigned int *outBits, SceUInt *timeout) |
| Wait for an event flag for a given bit pattern with callback. | |
| int | sceKernelDeleteEventFlag (int evid) |
| Delete an event flag. | |
| int | sceKernelGetEventFlagInfo (SceUID event, SceKernelEventFlagInfo *info) |
| Get the status of an event flag. | |