]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove windows thread implementation in favour of pthreads
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 22 Jan 2014 16:17:10 +0000 (16:17 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 30 Jan 2014 18:00:20 +0000 (18:00 +0000)
commit0240d94c36c8ce0e7c35b5be430acd9ebf5adcfa
treea7c44a1b5068e4ae10142bf2e048c91b068d1a18
parentab6979430a750603464eb55925647c15c20e001f
Remove windows thread implementation in favour of pthreads

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 <berrange@redhat.com>
configure.ac
src/Makefile.am
src/util/virthread.c
src/util/virthread.h
src/util/virthreadpthread.c [deleted file]
src/util/virthreadpthread.h [deleted file]
src/util/virthreadwin32.c [deleted file]
src/util/virthreadwin32.h [deleted file]