On 23/06/2015 13:43, Daniel P. Berrange wrote: > > We can and should just reuse glib these days as much as we can (probably > > not entirely because glib doesn't have detached threads). At least a > > few years ago, winpthreads was much slower than native Win32, which is > > why everyone reinvents the wheel. > > Are you sure that was wrt the (new) winpthreads library maintained by > Mingw64 team, and not the confusingly similar pthreads-win32 library ?
None of them use native Win32 condition variables, which is the main reason to switch to glib's version. Paolo