summaryrefslogtreecommitdiff
path: root/src/threading/event.cpp
AgeCommit message (Collapse)Author
2016-05-02Fix Windows buildCraig Robbins
Fixes the issue introduced by c1a0ebb (Fix use of uninitialised variable in class Event) causing Windows builds to fail
2016-05-01Fix use of uninitialised variable in class EventCraig Robbins
2015-12-11Fix events on WindowsBlockMen
2015-12-07Fix Event implementationShadowNinja
On non-windows platforms this just used a semaphore, which meant that multiple calls to signal() would result in wait() returning multiple times.