|
wut
1.0.0-beta9
Wii U Toolchain
|
Data Structures | |
| struct | OSRendezvous |
Typedefs | |
| typedef struct OSRendezvous | OSRendezvous |
Functions | |
| void | OSInitRendezvous (OSRendezvous *rendezvous) |
| BOOL | OSWaitRendezvous (OSRendezvous *rendezvous, uint32_t coreMask) |
| BOOL | OSWaitRendezvousWithTimeout (OSRendezvous *rendezvous, uint32_t coreMask, OSTime timeout) |
| struct OSRendezvous |
Definition at line 16 of file rendezvous.h.
| Data Fields | ||
|---|---|---|
| uint32_t | core[3] | |
| typedef struct OSRendezvous OSRendezvous |
Definition at line 14 of file rendezvous.h.
| void OSInitRendezvous | ( | OSRendezvous * | rendezvous | ) |
| BOOL OSWaitRendezvous | ( | OSRendezvous * | rendezvous, |
| uint32_t | coreMask | ||
| ) |
| BOOL OSWaitRendezvousWithTimeout | ( | OSRendezvous * | rendezvous, |
| uint32_t | coreMask, | ||
| OSTime | timeout | ||
| ) |
1.8.17