threadstate.h
588 Bytes
-
thread: don't use the global tlsdata for thread exit · 8970acb7
We want to store a pointer to emulate `pthread_exit` on Windows. Do this within the threading infrastructure so that it could potentially be re-used outside of the context of libgit2 itself.
Edward Thomson committed