| commit | d990c0d8e50c5eaabac8b855b9511cbc42d783bd | [log] [tgz] |
|---|---|---|
| author | Eric Pouech <eric.pouech@wanadoo.fr> | Sat Sep 30 21:20:41 2006 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 03 20:19:08 2006 +0200 |
| tree | e631fe0dc3635082047c108c39dd667c9c59e4ea | |
| parent | 20eb2f99987334120327b3eca18297ae894a7185 [diff] |
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