Searched defs:WorkUnit (Results 1 – 5 of 5) 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
38 WorkUnit() { } in WorkUnit() function
29 private class WorkUnit { class in AsyncConcurrencyTest