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

Function hashmap_lock

attr.c:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54};
55
56static inline void hashmap_lock(struct attr_hashmap *map)
57{
58 pthread_mutex_lock(&map->mutex);
59}
60
61static inline void hashmap_unlock(struct attr_hashmap *map)
62{

Callers 2

all_attrs_initFunction · 0.85
git_attr_internalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected