Timers. Probably.

This commit is contained in:
Ben Vanik
2014-01-07 21:55:32 -08:00
parent 1357a798ef
commit cfe7b2127d
6 changed files with 212 additions and 6 deletions

View File

@@ -38,6 +38,7 @@ public:
kTypeSemaphore,
kTypeNotifyListener,
kTypeMutant,
kTypeTimer,
};
XObject(KernelState* kernel_state, Type type);
@@ -81,6 +82,8 @@ protected:
Memory* memory() const;
void SetNativePointer(uint32_t native_ptr);
static uint32_t TimeoutTicksToMs(int64_t timeout_ticks);
KernelState* kernel_state_;
private: