A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Phillip Susi 71f7e0cad5 Fixed LPC port implementation to use an internal semaphore, rather than an
event.  When using the event, if multiple messages were queued to the port
at once, the client would only get the first one, and then block rather than
read the next message.

I think that the port object should have a DISPATCHER_HEADER to make it a
full blown dispatcher object, allowing clients to wait on the port object.

svn path=/trunk/; revision=2003
2001-06-23 19:13:33 +00:00
freeldr Win2k FAT32 Boot Sector Disassembly 2001-06-20 20:31:35 +00:00
reactos Fixed LPC port implementation to use an internal semaphore, rather than an 2001-06-23 19:13:33 +00:00
rosapps Corrected CreateProcess() command line parameter to be more compatible with NT 2001-06-18 02:55:47 +00:00