Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'js/pthread-exit-emu-windows' | Junio C Hamano | 2016-03-04 | 1 | -1/+1 |
|\ | |||||
| * | Mark win32's pthread_exit() as NORETURNjs/pthread-exit-emu-windows | Johannes Schindelin | 2016-03-02 | 1 | -1/+1 |
* | | mingw: uglify (a, 0) definitions to shut up warningsjs/msys2 | Johannes Schindelin | 2016-01-15 | 1 | -1/+4 |
* | | mingw: squash another warning about a cast | Johannes Schindelin | 2016-01-15 | 1 | -1/+1 |
|/ | |||||
* | compat/win32/pthread.h: Add an pthread_key_delete() implementation | Ramsay Jones | 2012-04-11 | 1 | -0/+5 |
* | Merge branch 'js/async-thread' | Junio C Hamano | 2010-06-21 | 1 | -0/+25 |
|\ | |||||
| * | Windows: more pthreads functions | Johannes Sixt | 2010-03-07 | 1 | -0/+25 |
* | | Thread-safe xmalloc and xrealloc needs a recursive mutex | Johannes Sixt | 2010-04-08 | 1 | -1/+7 |
|/ | |||||
* | Implement pthread_cond_broadcast on Windows | Johannes Sixt | 2010-01-29 | 1 | -4/+5 |
* | MSVC: Windows-native implementation for subset of Pthreads API | Andrzej K. Haczewski | 2010-01-16 | 1 | -0/+67 |