![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <JFWDisplay.h>
Public Member Functions | |
JFWAlarm () | |
~JFWAlarm () | |
void | createAlarm () |
void | cancelAlarm () |
void | removeLink () |
void | appendLink () |
OSThread * | getThread () const |
void | setThread (OSThread *thread) |
Public Attributes | |
OSThread * | mThread |
JSULink< JFWAlarm > | mLink |
![]() | |
OSAlarmHandler | handler |
u32 | tag |
OSTime | fire |
OSAlarm * | prev |
OSAlarm * | next |
OSTime | period |
OSTime | start |
Static Public Attributes | |
static JSUList< JFWAlarm > | sList |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
OSThread* JFWAlarm::mThread |