Common/Event: Add unit tests

This commit is contained in:
Connor McLaughlin
2020-04-05 23:25:45 +10:00
parent e7640d5367
commit 411fbe8416
6 changed files with 88 additions and 3 deletions

View File

@ -14,7 +14,7 @@ public:
void Wait();
bool TryWait(u32 timeout_in_ms);
static void WaitForMultipleEvents(Event** events, u32 num_events);
static void WaitForMultiple(Event** events, u32 num_events);
private:
#ifdef WIN32