libnx
v4.7.0
|
User-mode event synchronization primitive. More...
#include "wait.h"
Go to the source code of this file.
Data Structures | |
struct | UEvent |
User-mode event object. More... | |
Functions | |
static Waiter | waiterForUEvent (UEvent *e) |
Creates a waiter for a user-mode event. | |
void | ueventCreate (UEvent *e, bool auto_clear) |
Creates a user-mode event. More... | |
void | ueventClear (UEvent *e) |
Clears the event signal. More... | |
void | ueventSignal (UEvent *e) |
Signals the event. More... | |
User-mode event synchronization primitive.
void ueventCreate | ( | UEvent * | e, |
bool | auto_clear | ||
) |
Creates a user-mode event.
[out] | e | UEvent object. |
[in] | auto_clear | Whether to automatically clear the event. |