mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-21 12:24:58 +00:00
![]() Introduce `git_thread_exit`, which will allow threads to terminate at an arbitrary time, returning a `void *`. On Windows, this means that we need to store the current `git_thread` in TLS, so that we can set its `return` value when terminating. We cannot simply use `ExitThread`, since Win32 returns `DWORD`s from threads; we return `void *`. |
||
---|---|---|
.. | ||
basic.c | ||
diff.c | ||
iterator.c | ||
refdb.c | ||
thread_helpers.c | ||
thread_helpers.h |