Files
git/compat
Loo Rong Jie 95aae9eee7 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.
2018-10-11 13:35:52 +02:00
..
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2018-08-13 15:22:19 -07:00
2017-01-23 11:02:34 -08:00
2017-05-08 12:18:19 +09:00