vitasdk
Documentation of the vitasdk
event_flags.h File Reference

Go to the source code of this file.

Functions

int ksceKernelGetEventFlagInfo (SceUID evfid, SceKernelEventFlagInfo *info)
 Get event flags info. More...
 
SceUID ksceKernelCreateEventFlag (const char *name, int attr, int bits, SceKernelEventFlagOptParam *opt)
 Create an event flag. More...
 
int ksceKernelSetEventFlag (SceUID evfid, unsigned int bits)
 Set an event flag bit pattern. More...
 
int ksceKernelClearEventFlag (SceUID evfid, unsigned int bits)
 Clear a event flag bit pattern. More...
 
int ksceKernelPollEventFlag (SceUID evfid, unsigned int bits, unsigned int wait, unsigned int *outBits)
 Poll an event flag for a given bit pattern. More...
 
int ksceKernelWaitEventFlag (SceUID evfid, unsigned int bits, unsigned int wait, unsigned int *outBits, SceUInt *timeout)
 Wait for an event flag for a given bit pattern. More...
 
int ksceKernelWaitEventFlagCB (SceUID evfid, 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 ksceKernelDeleteEventFlag (SceUID evfid)
 Delete an event flag. More...