http://bugs.winehq.org/show_bug.cgi?id=8783
--- Comment #17 from James Hawkins truiken@gmail.com 2008-04-01 02:08:39 --- commit d990c0d8e50c5eaabac8b855b9511cbc42d783bd Author: Eric Pouech eric.pouech@wanadoo.fr Date: Sat Sep 30 21:20:41 2006 +0200
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