summaryrefslogtreecommitdiff
path: root/perl/Git.pm
diff options
context:
space:
mode:
authorLibravatar Loo Rong Jie <loorongjie@gmail.com>2018-11-13 10:52:35 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-11-14 15:14:22 +0900
commitc73b7ad5481647545020bcfabb0fe679792b20db (patch)
tree7c4a554dcf4824eac713310fd72e9f24f3aead32 /perl/Git.pm
parentTenth batch for 2.20 (diff)
downloadtgif-c73b7ad5481647545020bcfabb0fe679792b20db.tar.xz
win32: replace pthread_cond_*() with much simpler code
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>
Diffstat (limited to 'perl/Git.pm')
0 files changed, 0 insertions, 0 deletions