http://bugs.winehq.org/show_bug.cgi?id=17195
--- Comment #9 from Luke Kenneth Casson Leighton lkcl@lkcl.net 2009-02-04 09:39:21 --- fascinating.
a test i'm writing - threadwrites - has the main process doing blocking-reads, and there are 5 threads doing writes. the test _hangs_ on NT.
writes in threads can never be performed at the same time as there's a blocking read outstanding.