mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-25 22:12:55 +00:00
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> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| NAMING | ||
| t0001-errno.c | ||
| t0002-refcnt.c | ||
| t0101-hash.c | ||
| t0101-oid.c | ||
| t0102-objtype.c | ||
| t0103-objhash.c | ||
| t0201-readloose.c | ||
| t0202-readloose.c | ||
| test_lib.c | ||
| test_lib.h | ||
| test_main.c | ||