libnx  v4.6.0
Data Fields
Waiter Struct Reference

Waiter structure, representing any generic waitable synchronization object; both kernel-mode and user-mode. More...

#include <wait.h>

Data Fields

WaiterType type
 
union {
   Handle   handle
 
   Waitable *   waitable
 
}; 
 

Detailed Description

Waiter structure, representing any generic waitable synchronization object; both kernel-mode and user-mode.


The documentation for this struct was generated from the following file: