libnx v4.9.0
Loading...
Searching...
No Matches
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: