Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
static inline void hashmap_lock(struct attr_hashmap *map)
57
{
58
pthread_mutex_lock(&map->mutex);
59
}
60
61
static inline void hashmap_unlock(struct attr_hashmap *map)
62
{
Callers
2
all_attrs_init
Function · 0.85
git_attr_internal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected