aboutsummaryrefslogtreecommitdiff
path: root/compat/win32/pthread.c
AgeCommit message (Expand)Author
2025-11-20win32: return error if SleepConditionVariableCS failsGreg Funni
2024-08-28compat: mark unused parameters in win32/mingw functionsJeff King
2023-01-04win32: close handles of threads that have been joinedSeija Kijin
2023-01-04win32: prepare pthread.c for change by formattingSeija Kijin
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie
2013-04-28compat/win32/pthread.c: Fix a sparse warningRamsay Jones
2010-03-07Windows: more pthreads functionsJohannes Sixt
2010-02-03Typofixes outside documentation areaJunio C Hamano
2010-01-29Implement pthread_cond_broadcast on WindowsJohannes Sixt
2010-01-16MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski