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

Function cleanup_threaded_search

builtin/pack-objects.c:3157–3162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3155}
3156
3157static void cleanup_threaded_search(void)
3158{
3159 pthread_cond_destroy(&progress_cond);
3160 pthread_mutex_destroy(&cache_mutex);
3161 pthread_mutex_destroy(&progress_mutex);
3162}
3163
3164static void *threaded_find_deltas(void *arg)
3165{

Callers 2

ll_find_deltasFunction · 0.85
ll_find_deltas_by_regionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected