Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ vector_lock
Function
vector_lock
attr.c:480–483 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
478
} check_vector;
479
480
static inline void vector_lock(void)
481
{
482
pthread_mutex_lock(&check_vector.mutex);
483
}
484
485
static inline void vector_unlock(void)
486
{
Callers
3
check_vector_add
Function · 0.85
check_vector_remove
Function · 0.85
drop_all_attr_stacks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected