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

Function packing_data_unlock

pack-objects.h:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 pthread_mutex_lock(&pdata->odb_lock);
192}
193static inline void packing_data_unlock(struct packing_data *pdata)
194{
195 pthread_mutex_unlock(&pdata->odb_lock);
196}
197
198struct object_entry *packlist_alloc(struct packing_data *pdata,
199 const struct object_id *oid);

Callers 3

oe_set_delta_sizeFunction · 0.85
oe_get_size_slowFunction · 0.85
try_deltaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected