ntdll-kernel32: WaitCommEvent.
authorEric Pouech <eric.pouech@wanadoo.fr>
Sat, 30 Sep 2006 19:20:41 +0000 (21:20 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 3 Oct 2006 18:19:08 +0000 (20:19 +0200)
commitd990c0d8e50c5eaabac8b855b9511cbc42d783bd
treee631fe0dc3635082047c108c39dd667c9c59e4ea
parent20eb2f99987334120327b3eca18297ae894a7185
ntdll-kernel32: WaitCommEvent.

- implemented IOCTL_SERIAL_WAIT_ON_MASK for DeviceIoControl
  on serial lines in ntdll
- now using thread pool (instead of simple thread) for the
  background operations (this should help some high load
  situations)
- used this to implement WaitCommEvent on top NtDll functions
- in kernel32, removed now the no longer used termios/ioctls...
  for comm devices
dlls/kernel32/comm.c
dlls/ntdll/serial.c