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 |
Public Attributes inherited from OSAlarm | |
OSAlarmHandler | handler |
u32 | tag |
OSTime | fire_time |
OSAlarmLink | link |
OSTime | period_time |
OSTime | start_time |
Static Public Attributes | |
static JSUList< JFWAlarm > | sList |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
OSThread* JFWAlarm::mThread |