Kernel: Implemented Pulse event and timers.

Closes #1904
This commit is contained in:
Subv 2017-01-01 19:23:19 -05:00
parent 0b897c45d2
commit e52ca85711
5 changed files with 20 additions and 13 deletions

View file

@ -42,6 +42,8 @@ public:
bool ShouldWait() override;
void Acquire() override;
void WakeupAllWaitingThreads() override;
/**
* Starts the timer, with the specified initial delay and interval.
* @param initial Delay until the timer is first fired