summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Event.h
AgeCommit message (Expand)Author
2016-05-13Core: Threadsafety Synchronization Fixes (Frame Advance / FifoPlayer)EmptyChaos
2015-09-03[windows] remove various workarounds which were required for vs2013Shawn Hoffman
2015-05-25Update license headers to GPLv2+Tillmann Karras
2014-08-17Add Common::Event::WaitFor(), which has the same semantics as std::condition_...Shawn Hoffman
2014-08-16Common: Get rid of StdConditionVariable, StdMutex, and StdThread.Lioncash
2014-04-14Common::Event: Add a faster Windows specific implementation based on the conc...Pierre Bourdon
2014-04-14Common::Event: Implement in terms of Common::Flag to get rid of a volatile an...Pierre Bourdon
2014-04-14Common: Move the Event class to a separate file, and add tests for it. Fix in...Pierre Bourdon