1
0
mirror of https://github.com/git/git.git synced 2024-09-29 16:41:53 +02:00
git/compat/win32
Andrzej K. Haczewski 44626dc7d5 MSVC: Windows-native implementation for subset of Pthreads API
This patch implements native to Windows subset of pthreads API used by Git.
It allows to remove Pthreads for Win32 dependency for MSVC, msysgit and
Cygwin.

[J6t: If the MinGW build was built as part of the msysgit build
environment, then threading was already enabled because the
pthreads-win32 package is available in msysgit. With this patch, we can now
enable threaded code unconditionally.]

Signed-off-by: Andrzej K. Haczewski <ahaczewski@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2010-01-16 18:16:06 -08:00
..
pthread.c MSVC: Windows-native implementation for subset of Pthreads API 2010-01-16 18:16:06 -08:00
pthread.h MSVC: Windows-native implementation for subset of Pthreads API 2010-01-16 18:16:06 -08:00