kmx git
login
register
thodg
/
libgit2
/
include/git2/threads.h
include/git2/threads.h
Log
Author
Commit
Date
CI
Message
5e0de328
2012-02-13T17:10:24
Update Copyright header Signed-off-by: schu <schu-github@schulog.org>
a15c550d
2011-11-16T14:09:44
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()`.