summaryrefslogtreecommitdiff
path: root/compat/win32/pthread.h
AgeCommit message (Expand)Author
2022-12-25win32: use _endthreadex to terminate threads, not ExitThreadSeija Kijin
2019-10-11pthread.h: manually align parameter listsDenton Liu
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchDenton Liu
2018-11-14win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie
2016-05-18Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano
2016-05-11Windows: only add a no-op pthread_sigmask() when neededJohannes Schindelin
2016-05-02Windows: add pthread_sigmask() that does nothingJohannes Sixt
2016-03-04Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano
2016-03-02Mark win32's pthread_exit() as NORETURNJohannes Schindelin
2016-01-15mingw: uglify (a, 0) definitions to shut up warningsJohannes Schindelin
2016-01-15mingw: squash another warning about a castJohannes Schindelin
2012-04-11compat/win32/pthread.h: Add an pthread_key_delete() implementationRamsay Jones
2010-06-21Merge branch 'js/async-thread'Junio C Hamano
2010-04-09Thread-safe xmalloc and xrealloc needs a recursive mutexJohannes Sixt
2010-03-07Windows: more pthreads functionsJohannes Sixt
2010-01-30Implement pthread_cond_broadcast on WindowsJohannes Sixt
2010-01-17MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski