MCPcopy Create free account
hub / github.com/git/git / hashmap_unlock

Function hashmap_unlock

attr.c:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61static inline void hashmap_unlock(struct attr_hashmap *map)
62{
63 pthread_mutex_unlock(&map->mutex);
64}
65
66/* The container for objects stored in "struct attr_hashmap" */
67struct attr_hash_entry {

Callers 2

all_attrs_initFunction · 0.85
git_attr_internalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected