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. More... | |
int | sceKernelSetEventFlag (SceUID evid, unsigned int bits) |
Set an event flag bit pattern. More... | |
int | sceKernelClearEventFlag (SceUID evid, unsigned int bits) |
Clear a event flag bit pattern. More... | |
int | sceKernelPollEventFlag (int evid, unsigned int bits, unsigned int wait, unsigned int *outBits) |
Poll an event flag for a given bit pattern. More... | |
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. More... | |
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. More... | |
int | sceKernelDeleteEventFlag (int evid) |
Delete an event flag. More... | |
int | sceKernelGetEventFlagInfo (SceUID event, SceKernelEventFlagInfo *info) |
Get the status of an event flag. More... | |