mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
028ef0de72da1ad4d1b2ee4a125ede81e3f2ebed
These abstractions can be used to implement an efficient resource reference counter and simple mutual exclusion. On pthreads we use pthread_mutex_t, except when we are also on glibc and can directly use its asm/atomic.h definitions. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Description
Languages
C
95.4%
Perl
1.3%
JavaScript
1.1%
CMake
1.1%
Shell
0.7%
Other
0.3%