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: NDaniel P. Berrange <berrange@redhat.com>
Showing
src/util/virthreadpthread.c
已删除
100644 → 0
src/util/virthreadpthread.h
已删除
100644 → 0
src/util/virthreadwin32.c
已删除
100644 → 0
src/util/virthreadwin32.h
已删除
100644 → 0
想要评论请 注册 或 登录