Searched refs:saCmdPending (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java74 private CIntegerAccessor saCmdPending; field in class:ServiceabilityAgentJVMDIModule
120 saCmdPending = lookupCInt("saCmdPending");
225 saCmdPending.setValue(1);
234 saCmdPending.setValue(1);
312 saCmdPending.setValue(1);
395 while ((saCmdPending.getValue() != 0) &&
403 if (saCmdPending.getValue() != 0) {
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp113 JNIEXPORT volatile int32_t saCmdPending = 0; variable
247 saCmdPending = 0;
491 saCmdPending = 0;
504 while (!saCmdPending) {

Completed in 31 milliseconds