|
libnx v4.9.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. | |
| void | ueventClear (UEvent *e) |
| Clears the event signal. | |
| void | ueventSignal (UEvent *e) |
| Signals the event. | |
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. |