Searched defs:pool (Results 1 – 8 of 8) sorted by relevance
37 final ForkJoinPool pool; // the pool this thread works in field in ForkJoinWorkerThread46 protected ForkJoinWorkerThread(ForkJoinPool pool) { in ForkJoinWorkerThread()
530 public ForkJoinWorkerThread newThread(ForkJoinPool pool); in newThread()539 public final ForkJoinWorkerThread newThread(ForkJoinPool pool) { in newThread()640 final ForkJoinPool pool; // the containing pool (may be null) field in ForkJoinPool.WorkQueue649 WorkQueue(ForkJoinPool pool, ForkJoinWorkerThread owner, int mode, in WorkQueue()2172 Thread t; ForkJoinWorkerThread wt; ForkJoinPool pool; WorkQueue q; in getSurplusQueuedTaskCount() local
26 private final String[] pool = new String[512]; field in StringPool
796 private Object[][] pool; field in BerInputStream
37 private <T> T testInvokeOnPool(ForkJoinPool pool, RecursiveTask<T> a) { in testInvokeOnPool()
40 private void testInvokeOnPool(ForkJoinPool pool, RecursiveAction a) { in testInvokeOnPool()
46 private void testInvokeOnPool(ForkJoinPool pool, ForkJoinTask a) { in testInvokeOnPool()
43 private void testInvokeOnPool(ForkJoinPool pool, RecursiveAction a) { in testInvokeOnPool()