Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinTask.java352 int s; Thread t; ForkJoinWorkerThread wt; ForkJoinPool.WorkQueue w; in doJoin() local
367 int s; Thread t; ForkJoinWorkerThread wt; in doInvoke() local
998 ForkJoinWorkerThread wt = (ForkJoinWorkerThread)t; in get() local
1088 ForkJoinWorkerThread wt = (ForkJoinWorkerThread)t; in helpQuiesce() local
1283 Thread t; ForkJoinWorkerThread wt; in pollTask() local
DForkJoinPool.java1014 Thread wt; Thread.State s; in isApparentlyUnblocked() local
1300 ForkJoinWorkerThread wt = null; in tryAddWorker() local
1328 final WorkQueue registerWorker(ForkJoinWorkerThread wt) { in registerWorker()
1377 final void deregisterWorker(ForkJoinWorkerThread wt, Throwable ex) { in deregisterWorker()
1746 Thread wt = Thread.currentThread(); in awaitWork() local
1957 ForkJoinWorkerThread wt = null; in tryCompensate() local
2172 Thread t; ForkJoinWorkerThread wt; ForkJoinPool pool; WorkQueue q; in getSurplusQueuedTaskCount() local
2242 WorkQueue[] ws; WorkQueue w; Thread wt; in tryTerminate() local
3025 ForkJoinWorkerThread wt; in awaitQuiescence() local
DThreadPoolExecutor.java1091 Thread wt = Thread.currentThread(); in runWorker() local