Searched defs:suspendCount (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DThreadReference.java106 int suspendCount(); method in interface:ThreadReference
/openjdk7/jdk/src/share/back/
H A DThreadReferenceImpl.c491 suspendCount(PacketInputStream *in, PacketOutputStream *out) function
679 (void *)suspendCount,
H A DthreadControl.c60 * suspendCount is the number of outstanding suspends
76 jint suspendCount; member in struct:ThreadNode
344 node->suspendCount = suspendAllCount;
399 if (node->suspendCount == 0) {
687 while (node && node->suspendCount > 0) {
875 * that is not started. Bookkeeping (suspendCount,etc.)
896 if (node->suspendCount > 0) {
905 node->suspendCount--;
930 node->suspendCount++;
934 if (node->suspendCount
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DThreadReferenceImpl.java99 public int suspendCount() { method in class:ThreadReferenceImpl
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DThreadReferenceImpl.java225 public int suspendCount() { method in class:ThreadReferenceImpl
234 return JDWP.ThreadReference.SuspendCount.process(vm, this).suspendCount;

Completed in 67 milliseconds