mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
c73b7ad548
The Win32 CONDITION_VARIABLE has better performance and is easier to maintain, as the code is a lot shorter now (the semantics of the CONDITION_VARIABLE matches the pthread_cond_t very well). Note: CONDITION_VARIABLE is not available in Windows XP and below, but the declared minimal Windows version required to build and run Git for Windows is Windows Vista (which is also beyond its end-of-life, but for less long than Windows XP), so that's okay. Signed-off-by: Loo Rong Jie <loorongjie@gmail.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com> |
||
---|---|---|
.. | ||
alloca.h | ||
dirent.c | ||
dirent.h | ||
lazyload.h | ||
pthread.c | ||
pthread.h | ||
syslog.c | ||
syslog.h |