git/compat/win32
Paul Tarjan 8372c88f58 compat/win32: add pthread_cond_timedwait
Add a pthread_cond_timedwait() implementation to the Windows pthread
compatibility layer using SleepConditionVariableCS() with a millisecond
timeout computed from the absolute deadline.

Signed-off-by: Paul Tarjan <github@paulisageek.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2026-04-15 08:44:32 -07:00
..
alloca.h
dirent.c
dirent.h
flush.c
git.manifest
headless.c compat/win32: fix -Wsign-compare warning in "wWinMain()" 2024-12-06 20:20:01 +09:00
lazyload.h
path-utils.c environment: guard state depending on a repository 2024-09-12 10:15:42 -07:00
path-utils.h win32: override `fspathcmp()` with a directory separator-aware version 2024-07-13 16:23:36 -07:00
pthread.c compat/win32: add pthread_cond_timedwait 2026-04-15 08:44:32 -07:00
pthread.h compat/win32: add pthread_cond_timedwait 2026-04-15 08:44:32 -07:00
syslog.c compat: mark unused parameters in win32/mingw functions 2024-08-28 09:51:18 -07:00
syslog.h
trace2_win32_process_info.c global: introduce `USE_THE_REPOSITORY_VARIABLE` macro 2024-06-14 10:26:33 -07:00