Re: [PATCH 2/2] kernel32: conditional variable support

2012-12-29 Thread Nikolay Sivov
On 12/30/2012 00:58, Marcus Meissner wrote: On Sun, Dec 30, 2012 at 12:02:34AM +0400, Nikolay Sivov wrote: On 12/29/2012 23:04, Marcus Meissner wrote: From: Marcus Meissner Modeled pretty much after the implementation described in glibc/nptl/DESIGN-condvar.txt with its futex usage sofar repla

Re: [PATCH 2/2] kernel32: conditional variable support

2012-12-29 Thread Marcus Meissner
On Sun, Dec 30, 2012 at 12:02:34AM +0400, Nikolay Sivov wrote: > On 12/29/2012 23:04, Marcus Meissner wrote: > >From: Marcus Meissner > > > >Modeled pretty much after the implementation described > >in glibc/nptl/DESIGN-condvar.txt with its futex usage > >sofar replaced by regular Win32 Semaphores

Re: [PATCH 1/2] kernel32: refine conditional variable test

2012-12-29 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=23659 Your paranoid android

Re: [PATCH 2/2] kernel32: conditional variable support

2012-12-29 Thread Nikolay Sivov
On 12/29/2012 23:04, Marcus Meissner wrote: From: Marcus Meissner Modeled pretty much after the implementation described in glibc/nptl/DESIGN-condvar.txt with its futex usage sofar replaced by regular Win32 Semaphores. An additional futex implementation is possible. I *think* I have the seman