MCPcopy 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
480static inline void vector_lock(void)
481{
482 pthread_mutex_lock(&check_vector.mutex);
483}
484
485static inline void vector_unlock(void)
486{

Callers 3

check_vector_addFunction · 0.85
check_vector_removeFunction · 0.85
drop_all_attr_stacksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected