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