Searched refs:Threads (Results 1 - 25 of 82) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/runtime/
H A DorderAccess.cpp39 assert(Threads::number_of_threads() == 0, "for bootstrap only");
H A Dmemprofiler.cpp124 JavaThread *cur = Threads::first();
135 Threads::number_of_threads(),
H A Dvm_operations.cpp140 for (JavaThread* thread = Threads::first(); thread != NULL; thread = thread->next()) {
151 for (JavaThread* thread = Threads::first(); thread != NULL; thread = thread->next()) {
211 Threads::print_on(_out, true, false, _print_concurrent_locks);
327 for (JavaThread* jt = Threads::first(); jt != NULL; jt = jt->next()) {
391 for(JavaThread *thr = Threads::first(); thr != NULL; thr = thr->next())
426 for(JavaThread *thr = Threads::first(); thr != NULL; thr = thr->next()) {
H A DserviceThread.cpp76 Threads::add(thread);
H A Dthread.cpp611 // Threads running native code will self-suspend on native==>VM/Java
1556 // by creator! Furthermore, the thread must also explicitly be added to the Threads list
1557 // by calling Threads:add. The reason why this is not done here, is because the thread
1901 Threads::remove(this);
1966 Threads::remove(this);
2222 if (!Threads::includes(this) || is_exiting() || this->threadObj() == NULL) {
2310 // verify the JavaThread has not yet been published in the Threads::list, and
2315 assert( !Threads::includes(this),
2319 assert( !Threads::includes(this),
2445 if (!Threads
[all...]
H A Dsafepoint.cpp133 int nof_threads = Threads::number_of_threads();
222 for (JavaThread *cur = Threads::first(); cur != NULL; cur = cur->next()) {
236 for (JavaThread *cur = Threads::first(); cur != NULL; cur = cur->next()) {
386 for (JavaThread *cur = Threads::first(); cur != NULL; cur = cur->next()) {
435 for(JavaThread *cur = Threads::first(); cur; cur = cur->next()) {
466 for(JavaThread *current = Threads::first(); current; current = current->next()) {
617 // Threads shouldn't block if they are in the middle of printing, but...
847 tty->print_cr("# SafepointSynchronize::begin: Threads which did not reach the safepoint:");
850 for(JavaThread *cur_thread = Threads::first(); cur_thread;
1372 for(JavaThread *cur = Threads
[all...]
H A DbiasedLocking.cpp186 for (JavaThread* cur_thread = Threads::first(); cur_thread != NULL; cur_thread = cur_thread->next()) {
357 for (JavaThread* thr = Threads::first(); thr != NULL; thr = thr->next()) {
389 for (JavaThread* thr = Threads::first(); thr != NULL; thr = thr->next()) {
434 for (JavaThread* thr = Threads::first(); thr != NULL; thr = thr->next()) {
695 for (JavaThread* thread = Threads::first(); thread != NULL; thread = thread->next()) {
/openjdk7/hotspot/src/os/solaris/vm/
H A DthreadCritical_solaris.cpp59 assert (Threads::number_of_threads() == 0, "valid only during initialization");
75 assert (Threads::number_of_threads() == 0, "valid only during initialization");
/openjdk7/jdk/src/macosx/native/jobjc/src/runtime-additions/java/com/apple/jobjc/
H A DUtils.java52 private Threads threads_;
53 public Threads threads() {
54 return threads_ != null ? threads_ : (threads_ = new Threads(runtime));
99 public static class Threads { class in class:Utils
104 Threads(JObjCRuntime runtime) { this.runtime = runtime; } method in class:Utils.Threads
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiUtil.hpp79 if (Threads::number_of_threads() == 0) {
H A DjvmtiEventController.cpp554 assert(Threads::number_of_threads() == 0 || JvmtiThreadState_lock->is_locked(), "sanity check");
578 for (JavaThread *tp = Threads::first(); tp != NULL; tp = tp->next()) {
682 assert(Threads::number_of_threads() == 0 || JvmtiThreadState_lock->is_locked(), "sanity check");
702 assert(Threads::number_of_threads() == 0 || JvmtiThreadState_lock->is_locked(), "sanity check");
748 assert(Threads::number_of_threads() == 0 || JvmtiThreadState_lock->is_locked(), "sanity check");
770 assert(Threads::number_of_threads() == 0 || JvmtiThreadState_lock->is_locked(), "sanity check");
791 assert(Threads::number_of_threads() == 0 || JvmtiThreadState_lock->is_locked(), "sanity check");
945 if (Threads::number_of_threads() == 0) {
960 if (Threads::number_of_threads() == 0) {
974 if (Threads
[all...]
H A DjvmtiEnvBase.cpp72 assert(Threads::number_of_threads() == 0 || JvmtiThreadState_lock->is_locked(), "sanity check");
90 assert(Threads::number_of_threads() == 0 || JvmtiThreadState_lock->is_locked(), "sanity check");
220 assert(Threads::number_of_threads() == 0 || JvmtiThreadState_lock->is_locked(), "sanity check");
321 Threads::threads_do(&tiic);
333 assert(Threads::number_of_threads() == 0 || JvmtiThreadState_lock->is_locked(),
354 if (Threads::number_of_threads() == 0) {
366 assert(Threads::number_of_threads() == 0 || JvmtiThreadState_lock->is_locked(),
424 assert(Threads::number_of_threads() == 0 ||
458 assert(Threads::number_of_threads() == 0 || JvmtiThreadState_lock->is_locked(), "sanity check");
521 // Threads
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsatbQueue.cpp223 gclog_or_tty->print_cr("SATB queue active values for Java Threads");
239 JavaThread* first = Threads::first();
276 for(JavaThread* t = Threads::first(); t; t = t->next()) {
292 for(JavaThread* t = Threads::first(); t; t = t->next()) {
302 for(JavaThread* t = Threads::first(); t; t = t->next()) {
362 for (JavaThread* t = Threads::first(); t; t = t->next()) {
390 for (JavaThread* t = Threads::first(); t; t = t->next()) {
422 for (JavaThread* t = Threads::first(); t; t = t->next()) {
H A DdirtyCardQueue.cpp119 for(JavaThread* t = Threads::first(); t; t = t->next()) {
279 for (JavaThread* t = Threads::first(); t; t = t->next()) {
293 for (JavaThread* t = Threads::first(); t; t = t->next()) {
H A Dg1MarkSweep.cpp78 Threads::gc_prologue();
116 Threads::gc_epilogue();
/openjdk7/hotspot/src/share/vm/memory/
H A DgcLocker.cpp46 for (JavaThread* thr = Threads::first(); thr; thr = thr->next()) {
53 for (JavaThread* thr = Threads::first(); thr; thr = thr->next()) {
H A DgenMarkSweep.cpp90 Threads::gc_prologue();
168 Threads::gc_epilogue();
H A DsharedHeap.cpp70 _workers = new FlexibleWorkGang("Parallel GC Threads", ParallelGCThreads,
170 Threads::possibly_parallel_oops_do(roots, code_roots);
172 Threads::oops_do(roots, code_roots);
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp239 assert(Threads::number_of_threads() == 0, "for bootstrap only");
254 assert(Threads::number_of_threads() == 0, "for bootstrap only");
270 assert(Threads::number_of_threads() == 0, "for bootstrap only");
287 assert(Threads::number_of_threads() == 0, "for bootstrap only");
305 assert(Threads::number_of_threads() == 0, "for bootstrap only");
318 assert(Threads::number_of_threads() == 0, "for bootstrap only");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DStackTrace.java63 Threads threads = VM.getVM().getThreads();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DMonitorCacheDumpPanel.java112 private static Threads threads = VM.getVM().getThreads();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DThreads.java44 public class Threads { class
59 Type type = db.lookupType("Threads");
130 public Threads() { method in class:Threads
175 // refer to Threads::owning_thread_from_monitor_owner
195 // refer to Threads::get_pending_threads
H A DDeadlockDetector.java143 private static Threads threads;
/openjdk7/hotspot/agent/test/libproc/
H A DLibprocClient.java48 Threads threads = VM.getVM().getThreads();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp186 Threads::gc_prologue();
256 Threads::gc_epilogue();
524 Threads::oops_do(mark_and_push_closure(), &each_active_code_blob);
630 Threads::oops_do(adjust_root_pointer_closure(), NULL);

Completed in 90 milliseconds

1234