summaryrefslogtreecommitdiff
path: root/compat/win32/pthread.h
Commit message (Expand)AuthorAgeFilesLines
* win32: use _endthreadex to terminate threads, not ExitThreadSeija Kijin2022-12-251-1/+1
* pthread.h: manually align parameter listsDenton Liu2019-10-111-1/+1
* compat/*.[ch]: remove extern from function declarations using spatchDenton Liu2019-09-051-3/+3
* win32: replace pthread_cond_*() with much simpler codeLoo Rong Jie2018-11-141-21/+7
* Merge branch 'jk/push-client-deadlock-fix'Junio C Hamano2016-05-181-0/+7
|\
| * Windows: only add a no-op pthread_sigmask() when neededjk/push-client-deadlock-fixJohannes Schindelin2016-05-111-0/+2
| * Windows: add pthread_sigmask() that does nothingJohannes Sixt2016-05-021-0/+5
* | Merge branch 'js/pthread-exit-emu-windows'Junio C Hamano2016-03-041-1/+1
|\ \
| * | Mark win32's pthread_exit() as NORETURNjs/pthread-exit-emu-windowsJohannes Schindelin2016-03-021-1/+1
| |/
* | mingw: uglify (a, 0) definitions to shut up warningsjs/msys2Johannes Schindelin2016-01-151-1/+4
* | mingw: squash another warning about a castJohannes Schindelin2016-01-151-1/+1
|/
* compat/win32/pthread.h: Add an pthread_key_delete() implementationRamsay Jones2012-04-111-0/+5
* Merge branch 'js/async-thread'Junio C Hamano2010-06-211-0/+25
|\
| * Windows: more pthreads functionsJohannes Sixt2010-03-071-0/+25
* | Thread-safe xmalloc and xrealloc needs a recursive mutexJohannes Sixt2010-04-081-1/+7
|/
* Implement pthread_cond_broadcast on WindowsJohannes Sixt2010-01-291-4/+5
* MSVC: Windows-native implementation for subset of Pthreads APIAndrzej K. Haczewski2010-01-161-0/+67