Lines Matching refs:caught
1354 int caught;
1369 caught = join_all();
1370 Trace(("-- joined %d compress threads", caught));
1371 assert(caught == cthreads);
1375 caught = free_pool(&lens_pool);
1376 Trace(("-- freed %d block lengths buffers", caught));
1377 caught = free_pool(&dict_pool);
1378 Trace(("-- freed %d dictionary buffers", caught));
1379 caught = free_pool(&out_pool);
1380 Trace(("-- freed %d output buffers", caught));
1381 caught = free_pool(&in_pool);
1382 Trace(("-- freed %d input buffers", caught));