Searched refs:threads (Results 126 - 129 of 129) sorted by relevance

123456

/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec94 "Returns all threads currently running in the target VM . "
95 "The returned list contains threads created through "
96 "java.lang.Thread, all native threads attached to "
97 "the target VM through JNI, and system threads created "
99 "and threads that have completed their execution are not "
104 (Repeat threads "Number of threads that follow."
135 "<li>All threads suspended by the thread-level "
177 "VM. All Java threads currently running will be suspended. "
180 "suspends of both the virtual machine and individual threads ar
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h299 JVM_DumpThreads(JNIEnv *env, jclass threadClass, jobjectArray threads);
H A Djvm.cpp196 // print in a single call to reduce interleaving between threads
2777 // JVM_Stop is implemented using a VM_Operation, so threads are forced to safepoints
2800 // Enques a VM_Operation to stop all threads and then deliver the exception...
2831 // thread has run and has not exited (still on threads list)
2846 // java_suspend() will catch threads in the process of exiting
2865 // We need to *always* get the threads lock here, since this operation cannot be allowed during
2867 // threads randomly resumes threads, then a thread might not be suspended when the safepoint code
3103 // target threads.
3780 // they might be called by non-java threads
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp796 // heap for a set of threads (in bytes). Each element of the array is
802 // Check if threads is null
1119 // Helper function to do thread dump for a specific list of threads
1166 // Check if threads is null
1227 // obtain thread dump with the specific list of threads with stack trace
1257 // Dump thread info for the specified threads.
1264 // ids - array of thread IDs; NULL indicates all live threads
1287 // obtain thread dump of a specific list of threads
1296 // obtain thread dump of all threads
1450 // reset contention statistics for all threads i
[all...]

Completed in 51 milliseconds

123456