index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat
/
win32
/
pthread.h
Age
Commit message (
Expand
)
Author
2025-12-16
Merge branch 'gf/win32-pthread-cond-init'
Junio C Hamano
2025-11-20
win32: pthread_cond_init should return a value
Greg Funni
2025-11-20
win32: return error if SleepConditionVariableCS fails
Greg Funni
2024-08-28
compat: mark unused parameters in win32/mingw functions
Jeff King
2022-12-25
win32: use _endthreadex to terminate threads, not ExitThread
Seija Kijin
2019-10-11
pthread.h: manually align parameter lists
Denton Liu
2019-09-05
compat/*.[ch]: remove extern from function declarations using spatch
Denton Liu
2018-11-14
win32: replace pthread_cond_*() with much simpler code
Loo Rong Jie
2016-05-18
Merge branch 'jk/push-client-deadlock-fix'
Junio C Hamano
2016-05-11
Windows: only add a no-op pthread_sigmask() when needed
Johannes Schindelin
2016-05-02
Windows: add pthread_sigmask() that does nothing
Johannes Sixt
2016-03-04
Merge branch 'js/pthread-exit-emu-windows'
Junio C Hamano
2016-03-02
Mark win32's pthread_exit() as NORETURN
Johannes Schindelin
2016-01-15
mingw: uglify (a, 0) definitions to shut up warnings
Johannes Schindelin
2016-01-15
mingw: squash another warning about a cast
Johannes Schindelin
2012-04-11
compat/win32/pthread.h: Add an pthread_key_delete() implementation
Ramsay Jones
2010-06-21
Merge branch 'js/async-thread'
Junio C Hamano
2010-04-08
Thread-safe xmalloc and xrealloc needs a recursive mutex
Johannes Sixt
2010-03-07
Windows: more pthreads functions
Johannes Sixt
2010-01-29
Implement pthread_cond_broadcast on Windows
Johannes Sixt
2010-01-16
MSVC: Windows-native implementation for subset of Pthreads API
Andrzej K. Haczewski