summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Event.h
AgeCommit message (Expand)Author
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