Merge pull request #2397 from Subv/pulse

Kernel: Implemented Pulse event and timers.
This commit is contained in:
bunnei 2017-01-10 10:45:00 -05:00 committed by GitHub
commit 84d72fd92f
5 changed files with 20 additions and 13 deletions

View file

@ -38,6 +38,8 @@ public:
bool ShouldWait(Thread* thread) const override;
void Acquire(Thread* thread) override;
void WakeupAllWaitingThreads() override;
void Signal();
void Clear();