Re: [libvirt] [PATCH v2 2/4] Remove windows thread implementation in favour of pthreads

2014-01-28 Thread Daniel P. Berrange
On Mon, Jan 27, 2014 at 03:47:19PM -0700, Eric Blake wrote: On 01/27/2014 10:18 AM, Daniel P. Berrange wrote: There are a number of pthreads impls available on Win32 these days, in particular the mingw64 project has a good impl. Delete the native windows thread implementation and rely on

Re: [libvirt] [PATCH v2 2/4] Remove windows thread implementation in favour of pthreads

2014-01-28 Thread Daniel P. Berrange
On Mon, Jan 27, 2014 at 03:47:19PM -0700, Eric Blake wrote: On 01/27/2014 10:18 AM, Daniel P. Berrange wrote: There are a number of pthreads impls available on Win32 these days, in particular the mingw64 project has a good impl. Delete the native windows thread implementation and rely on

Re: [libvirt] [PATCH v2 2/4] Remove windows thread implementation in favour of pthreads

2014-01-28 Thread Daniel P. Berrange
On Tue, Jan 28, 2014 at 08:12:35AM -0700, Eric Blake wrote: On 01/28/2014 08:10 AM, Daniel P. Berrange wrote: On Mon, Jan 27, 2014 at 03:47:19PM -0700, Eric Blake wrote: On 01/27/2014 10:18 AM, Daniel P. Berrange wrote: There are a number of pthreads impls available on Win32 these days,

Re: [libvirt] [PATCH v2 2/4] Remove windows thread implementation in favour of pthreads

2014-01-28 Thread Eric Blake
On 01/28/2014 08:10 AM, Daniel P. Berrange wrote: On Mon, Jan 27, 2014 at 03:47:19PM -0700, Eric Blake wrote: On 01/27/2014 10:18 AM, Daniel P. Berrange wrote: There are a number of pthreads impls available on Win32 these days, in particular the mingw64 project has a good impl. Delete the

[libvirt] [PATCH v2 2/4] Remove windows thread implementation in favour of pthreads

2014-01-27 Thread Daniel P. Berrange
There are a number of pthreads impls available on Win32 these days, in particular the mingw64 project has a good impl. Delete the native windows thread implementation and rely on using pthreads everywhere. Signed-off-by: Daniel P. Berrange berra...@redhat.com --- configure.ac|

Re: [libvirt] [PATCH v2 2/4] Remove windows thread implementation in favour of pthreads

2014-01-27 Thread Eric Blake
On 01/27/2014 10:18 AM, Daniel P. Berrange wrote: There are a number of pthreads impls available on Win32 these days, in particular the mingw64 project has a good impl. Delete the native windows thread implementation and rely on using pthreads everywhere. Signed-off-by: Daniel P. Berrange