| 3155 | } |
| 3156 | |
| 3157 | static 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 | |
| 3164 | static void *threaded_find_deltas(void *arg) |
| 3165 | { |
no outgoing calls
no test coverage detected