kmx git
login
register
thodg
/
libgit2
/
include/git2/threads.h
include/git2/threads.h
Log
Author
Commit
Date
CI
Message
359fc2d2
2013-01-08T17:07:25
update copyrights
7ebefd22
2012-11-13T10:10:40
move hash library func ptrs to global global
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()`.