summaryrefslogtreecommitdiff
path: root/compat/win32/pthread.c
Commit message (Expand)AuthorAgeFilesLines
* win32: close handles of threads that have been joinedSeija Kijin2023-01-041-0/+3
* win32: prepare pthread.c for change by formattingSeija Kijin2023-01-041-11/+11
* win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie2018-11-141-138/+0
* compat/win32/pthread.c: Fix a sparse warningRamsay Jones2013-04-281-1/+1
* Windows: more pthreads functionsJohannes Sixt2010-03-071-0/+8
* Typofixes outside documentation areaJunio C Hamano2010-02-031-1/+1
* Implement pthread_cond_broadcast on WindowsJohannes Sixt2010-01-291-11/+89
* MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski2010-01-161-0/+110