aboutsummaryrefslogtreecommitdiffstats
path: root/compat/win32/pthread.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-20win32: return error if SleepConditionVariableCS failsGreg Funni1-0/+7
2024-08-28compat: mark unused parameters in win32/mingw functionsJeff King1-1/+1
2023-01-04win32: close handles of threads that have been joinedSeija Kijin1-0/+3
2023-01-04win32: prepare pthread.c for change by formattingSeija Kijin1-11/+11
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie1-138/+0
2013-04-28compat/win32/pthread.c: Fix a sparse warningRamsay Jones1-1/+1
2010-03-07Windows: more pthreads functionsJohannes Sixt1-0/+8
2010-02-03Typofixes outside documentation areaJunio C Hamano1-1/+1
2010-01-29Implement pthread_cond_broadcast on WindowsJohannes Sixt1-11/+89
2010-01-16MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski1-0/+110