Rewrite Win32 (as opposed to Win32s) DLL to use auxiliary thread and
authorChris Hanson <org/chris-hanson/cph>
Wed, 2 Apr 1997 08:16:41 +0000 (08:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 2 Apr 1997 08:16:41 +0000 (08:16 +0000)
Sleep() API call to generate async timer interrupts.  Use a critical
section to synchronize the two threads' access to the interrupt
registers.  These changes should eliminate the "spurious interrupt"
error messages that have been showing up from time to time.

v7/src/microcode/version.h

index e6dc8dd12f8a4b6eb10b28018240202e1cbf2439..8ed8f82a4e1a2fb10d53de685c726e4a6583f376 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: version.h,v 11.156 1997/01/05 23:41:52 cph Exp $
+$Id: version.h,v 11.157 1997/04/02 08:16:41 cph Exp $
 
 Copyright (c) 1988-97 Massachusetts Institute of Technology
 
@@ -46,5 +46,5 @@ MIT in each case. */
 #define VERSION                11
 #endif
 #ifndef SUBVERSION
-#define SUBVERSION     156
+#define SUBVERSION     157
 #endif