Home
last modified time | relevance | path

Searched defs:wt (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinTask.java381 int s; Thread t; ForkJoinWorkerThread wt; ForkJoinPool.WorkQueue w; in doJoin() local
396 int s; Thread t; ForkJoinWorkerThread wt; in doInvoke() local
1026 ForkJoinWorkerThread wt = (ForkJoinWorkerThread)t; in get() local
1090 ForkJoinWorkerThread wt = (ForkJoinWorkerThread)t; in helpQuiesce() local
1287 Thread t; ForkJoinWorkerThread wt; in pollTask() local
DCountedCompleter.java707 Thread t; ForkJoinWorkerThread wt; in helpComplete() local
DForkJoinPool.java1339 Thread wt; Thread.State s; in isApparentlyUnblocked() local
1546 ForkJoinWorkerThread wt = null; in createWorker() local
1588 final WorkQueue registerWorker(ForkJoinWorkerThread wt) { in registerWorker()
1637 final void deregisterWorker(ForkJoinWorkerThread wt, Throwable ex) { in deregisterWorker()
2388 Thread t; ForkJoinWorkerThread wt; ForkJoinPool pool; WorkQueue q; in getSurplusQueuedTaskCount() local
2449 WorkQueue[] ws; WorkQueue w; ForkJoinWorkerThread wt; in tryTerminate() local
3283 ForkJoinWorkerThread wt; in awaitQuiescence() local
3427 ForkJoinWorkerThread wt; in managedBlock() local
DThreadPoolExecutor.java1146 Thread wt = Thread.currentThread(); in runWorker() local
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java685 MethodType wt = pt.wrapAlt; in wrapWithPrims() local
695 private static MethodType unwrapWithNoPrims(MethodType wt) { in unwrapWithNoPrims()
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
DStampedLock.java1223 Thread wt = Thread.currentThread(); in acquireRead() local