summaryrefslogtreecommitdiff
path: root/compat/win32/pthread.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Merge branch 'jk/push-client-deadlock-fix'Libravatar Junio C Hamano1-0/+7
2016-05-11Windows: only add a no-op pthread_sigmask() when neededLibravatar Johannes Schindelin1-0/+2
2016-05-02Windows: add pthread_sigmask() that does nothingLibravatar Johannes Sixt1-0/+5
2016-03-04Merge branch 'js/pthread-exit-emu-windows'Libravatar Junio C Hamano1-1/+1
2016-03-02Mark win32's pthread_exit() as NORETURNLibravatar Johannes Schindelin1-1/+1
2016-01-15mingw: uglify (a, 0) definitions to shut up warningsLibravatar Johannes Schindelin1-1/+4
2016-01-15mingw: squash another warning about a castLibravatar Johannes Schindelin1-1/+1
2012-04-11compat/win32/pthread.h: Add an pthread_key_delete() implementationLibravatar Ramsay Jones1-0/+5
2010-06-21Merge branch 'js/async-thread'Libravatar Junio C Hamano1-0/+25
2010-04-08Thread-safe xmalloc and xrealloc needs a recursive mutexLibravatar Johannes Sixt1-1/+7
2010-03-07Windows: more pthreads functionsLibravatar Johannes Sixt1-0/+25
2010-01-29Implement pthread_cond_broadcast on WindowsLibravatar Johannes Sixt1-4/+5
2010-01-16MSVC: Windows-native implementation for subset of Pthreads APILibravatar Andrzej K. Haczewski1-0/+67