Fix timing bug in inter-thread communications. This bug occurs when
authorChris Hanson <org/chris-hanson/cph>
Fri, 3 Nov 1995 01:22:21 +0000 (01:22 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 3 Nov 1995 01:22:21 +0000 (01:22 +0000)
commit09297236c20ce9c0af7da5776f9744529a3e8d3b
treea88a457e592314d924097b5ca6a466a9e7278fee
parent7452429211178c124406e85053bc912744fe7227
Fix timing bug in inter-thread communications.  This bug occurs when
two threads read the same tqueue simultaneously, which violates the
assumption that each tqueue is read by only one thread.  This fix is a
kludge that will be replaced later by a redesigned communications
model.
v7/src/microcode/os2msg.c
v7/src/microcode/pros2io.c