threads: Fix the shared global state with TLS
See `global.c` for a description of what we're doing. When libgit2 is built with GIT_THREADS support, the threading system must be explicitly initialized with `git_threads_init()`.
Showing
include/git2/thread-utils.h
deleted
100644 → 0
include/git2/threads.h
0 → 100644
src/global.c
0 → 100644
src/global.h
0 → 100644
Please
register
or
sign in
to comment