Files
git/compat
Loo Rong Jie 335ef7fef6 Implement pthread_cond_t with Win32 CONDITION_VARIABLE
Win32 CONDITION_VARIABLE has better performance and is easier to
maintain.

Since CONDITION_VARIABLE is not available in Windows XP and below,
old implementation of pthread_cond_t is kept under define guard
'GIT_WIN_XP_SUPPORT'. To enable old implementation, build with
make CFLAGS="-DGIT_WIN_XP_SUPPORT".

Signed-off-by: Loo Rong Jie <loorongjie@gmail.com>

fast-forwarded.
2017-10-29 16:50:56 +01:00
..
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2017-06-13 13:47:09 -07:00
2013-09-11 11:08:52 -07:00
2013-04-12 12:23:20 -07:00
2017-01-23 11:02:34 -08:00
2017-05-08 12:18:19 +09:00