Searched defs:WorkUnit (Results 1 – 4 of 4) sorted by relevance
81 struct WorkUnit { struct89 // Same as WorkUnit, but with additional fields to carry the encode results. argument
64 private static class WorkUnit implements Callable<WorkUnit>, Closeable { class in ParallelCountBytes70 public WorkUnit(SeekableByteChannel chan, int blockSize, int blockIndex) { in WorkUnit() method in ParallelCountBytes.WorkUnit
29 private class WorkUnit { class in AsyncConcurrencyTest