barrier/mt
crs 0759cbc104 changed waitForEvent() to handle a peculiar feature of
MsgWaitForMultipleObjects():  it will not return immediately
if an event already in the queue when it's called was already
in the queue during the last call to GetMessage()/PeekMessage().
also now discarding screen saver events if there are any other
screen saver events in the queue already.  this prevents these
events from piling up in the queue, which they'd do because we
sleep for 250ms when handling each one.
2002-07-18 16:58:08 +00:00
..
CCondVar.cpp checkpoint. more conversion to automake. 2002-06-19 11:23:49 +00:00
CCondVar.h checkpoint. more conversion to automake. 2002-06-19 11:23:49 +00:00
CLock.cpp indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
CLock.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
CMutex.cpp checkpoint. more conversion to automake. 2002-06-19 11:23:49 +00:00
CMutex.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
CThread.cpp updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CThread.h updated to new automake and refactored server stuff. the server 2002-07-09 21:22:31 +00:00
CThreadRep.cpp changed waitForEvent() to handle a peculiar feature of 2002-07-18 16:58:08 +00:00
CThreadRep.h checkpoint. more conversion to automake. 2002-06-19 11:23:49 +00:00
CTimerThread.cpp formatting changes. 2002-06-17 13:31:21 +00:00
CTimerThread.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
Makefile.am added header files to _SOURCES. 2002-06-22 17:31:24 +00:00
XThread.h indentation and other formatting changes. also cleaned up 2002-06-10 22:06:45 +00:00
mt.dsp win32 changes. changed names of binaries. added support for 2002-06-08 21:48:00 +00:00