Files
itgmania212121/stepmania
Glenn Maynard 903aaadcc5 After signalling an event, always wait for the signalled thread to touch
m_WaitersDone.  This fixes problems with

 event.Lock();
 event.Signal();
 while(x) event.Wait();

picking up the signal that it just sent (which is wrong), especially in the
debugger.
2005-01-27 01:19:24 +00:00
..
2005-01-17 17:51:18 +00:00
2004-10-07 04:22:04 +00:00
2005-01-25 16:23:19 +00:00
2005-01-24 10:37:47 +00:00
2004-10-16 17:52:07 +00:00
2005-01-26 17:59:20 +00:00
2004-09-07 06:08:52 +00:00
2004-10-16 17:52:07 +00:00