aboutsummaryrefslogtreecommitdiffstats
path: root/compat/win32/pthread.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-20win32: return error if SleepConditionVariableCS failsGreg Funni1-1/+2
2024-08-28compat: mark unused parameters in win32/mingw functionsJeff King1-2/+2
2022-12-25win32: use _endthreadex to terminate threads, not ExitThreadSeija Kijin1-1/+1
2019-10-11pthread.h: manually align parameter listsDenton Liu1-1/+1
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchDenton Liu1-3/+3
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie1-21/+7
2016-05-18Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano1-0/+7
2016-05-11Windows: only add a no-op pthread_sigmask() when neededJohannes Schindelin1-0/+2
2016-05-02Windows: add pthread_sigmask() that does nothingJohannes Sixt1-0/+5
2016-03-04Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano1-1/+1
2016-03-02Mark win32's pthread_exit() as NORETURNJohannes Schindelin1-1/+1
2016-01-15mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin1-1/+4
2016-01-15mingw: squash another warning about a castJohannes Schindelin1-1/+1
2012-04-11compat/win32/pthread.h: Add an pthread_key_delete() implementationRamsay Jones1-0/+5
2010-06-21Merge branch 'js/async-thread'Junio C Hamano1-0/+25
2010-04-08Thread-safe xmalloc and xrealloc needs a recursive mutexJohannes Sixt1-1/+7
2010-03-07Windows: more pthreads functionsJohannes Sixt1-0/+25
2010-01-29Implement pthread_cond_broadcast on WindowsJohannes Sixt1-4/+5
2010-01-16MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski1-0/+67