Searched refs:wt (Results 1 – 4 of 4) sorted by relevance
695 MethodType wt = pt.wrapAlt;696 if (wt == null) {698 wt = MethodTypeForm.canonicalize(pt, MethodTypeForm.WRAP, MethodTypeForm.WRAP);699 assert(wt != null);700 pt.wrapAlt = wt;702 return wt;705 private static MethodType unwrapWithNoPrims(MethodType wt) {706 assert(!wt.hasPrimitives());707 MethodType uwt = wt.wrapAlt;710 uwt = MethodTypeForm.canonicalize(wt, MethodTypeForm.UNWRAP, MethodTypeForm.UNWRAP);[all …]
1285 Thread wt; Thread.State s;1286 return ((wt = owner) != null &&1287 (s = wt.getState()) != Thread.State.BLOCKED &&1465 ForkJoinWorkerThread wt = null;1467 if (fac != null && (wt = fac.newThread(this)) != null) {1468 wt.start();1474 deregisterWorker(wt, ex);1547 final void deregisterWorker(ForkJoinWorkerThread wt, Throwable ex) {1551 if (wt != null && (w = wt.workQueue) != null && lock != null) {2191 Thread t; ForkJoinWorkerThread wt; WorkQueue q;[all …]
1125 Thread wt = Thread.currentThread(); in runWorker() local1140 !wt.isInterrupted()) in runWorker()1141 wt.interrupt(); in runWorker()1143 beforeExecute(wt, task); in runWorker()
405 ForkJoinWorkerThread wt = (ForkJoinWorkerThread)t; in awaitDone() local406 p = wt.pool; in awaitDone()410 q = wt.workQueue; in awaitDone()