reactos/reactos/ntoskrnl/lpc
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
..
.cvsignore More .cvsignore files 2001-03-07 16:55:42 +00:00
close.c Fixed LPC port implementation to use an internal semaphore, rather than an 2001-06-23 19:13:33 +00:00
complete.c Fixed LPC port implementation to use an internal semaphore, rather than an 2001-06-23 19:13:33 +00:00
connect.c Fixed LPC port implementation to use an internal semaphore, rather than an 2001-06-23 19:13:33 +00:00
create.c Changed ObCreateObject() to a more nt-compatible format. 2001-06-16 14:11:31 +00:00
listen.c Removed obsolete linux header files 2000-10-22 16:36:53 +00:00
port.c Fixed LPC port implementation to use an internal semaphore, rather than an 2001-06-23 19:13:33 +00:00
query.c Removed obsolete linux header files 2000-10-22 16:36:53 +00:00
queue.c Implemented /Device/PhysicalMemory 2000-12-28 03:38:08 +00:00
receive.c Removed obsolete linux header files 2000-10-22 16:36:53 +00:00
reply.c Fixed LPC port implementation to use an internal semaphore, rather than an 2001-06-23 19:13:33 +00:00
send.c Fixed LPC port implementation to use an internal semaphore, rather than an 2001-06-23 19:13:33 +00:00