Shawn Hoffman
|
87c324c55a
|
Add Common::Event::WaitFor(), which has the same semantics as std::condition_variable::wait_for() (with millisecond units).
|
2014-08-17 21:52:40 -07:00 |
Lioncash
|
d18d3e1f3e
|
Common: Get rid of StdConditionVariable, StdMutex, and StdThread.
All of the compilers we support have support for these now.
|
2014-08-16 23:33:19 -04:00 |
Pierre Bourdon
|
7074feacbe
|
Common::Event: Add a faster Windows specific implementation based on the concurrency runtime.
|
2014-04-14 23:13:15 +02:00 |
Pierre Bourdon
|
48bd904028
|
Common::Event: Implement in terms of Common::Flag to get rid of a volatile and optimize with early returns and atomic swaps
|
2014-04-14 23:13:15 +02:00 |
Pierre Bourdon
|
6bdcbad3e4
|
Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this.
|
2014-04-14 10:54:07 +02:00 |