Public Member Functions | |
| PspTimerManager (uint32 interval=10) | |
| void | timerThread () |
Public Member Functions inherited from DefaultTimerManager | |
| virtual bool | installTimerProc (TimerProc proc, int32 interval, void *refCon, const Common::String &id) |
| virtual void | removeTimerProc (TimerProc proc) |
| void | handler () |
| void | checkTimers (uint32 interval=10) |
Static Public Member Functions | |
| static int | thread (SceSize, void *__this) |
Additional Inherited Members | |
Public Types inherited from Common::TimerManager | |
| typedef void(* | TimerProc) (void *refCon) |