Searched refs:WorkerThread (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DWorkerThread.java30 public class WorkerThread { class
35 public WorkerThread() { method in class:WorkerThread
42 WorkerThread object at an unspecified later time. */
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DThreadPoolImpl.java111 List<WorkerThread> workers = new ArrayList<>();
155 List<WorkerThread> copy = null;
160 for (WorkerThread wt : copy) {
318 WorkerThread thread = new WorkerThread(threadGroup, name);
462 private class WorkerThread extends Thread implements Closeable class in class:ThreadPoolImpl
471 WorkerThread(ThreadGroup tg, String threadPoolName) { method in class:ThreadPoolImpl.WorkerThread
543 } // End of WorkerThread class
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskThread.hpp37 class GCTaskThread : public WorkerThread {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DObjectListPanel.java286 final WorkerThread worker = new WorkerThread();
H A DInspector.java333 final WorkerThread worker = new WorkerThread();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dthread.hpp84 class WorkerThread;
91 // - WorkerThread
317 virtual WorkerThread* as_Worker_thread() const { return NULL; }
689 class WorkerThread: public NamedThread { class in inherits:NamedThread
693 WorkerThread() : _id(0) { } function in class:WorkerThread
696 virtual WorkerThread* as_Worker_thread() const {
697 assert(is_Worker_thread(), "Dubious cast to WorkerThread*?");
698 return (WorkerThread*) this;
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.hpp53 // GangWorker (subclass of WorkerThread)
273 class GangWorker: public WorkerThread {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/
H A DHSDB.java74 private WorkerThread workerThread;
131 workerThread = new WorkerThread();
/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.cpp744 int refs_list_index = ((WorkerThread*)thr)->id();
784 // int refs_list_index = ((WorkerThread*)thr)->id();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java362 private WorkerThread workerThread;

Completed in 59 milliseconds