Searched defs:saEventPending (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DServiceabilityAgentJVMDIModule.java53 private CIntegerAccessor saEventPending; field in class:ServiceabilityAgentJVMDIModule
118 saEventPending = lookupCInt("saEventPending");
177 return (saEventPending.getValue() != 0);
182 if (saEventPending.getValue() == 0) {
218 saEventPending.setValue(0);
/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp69 // saEventPending to 0).
74 JNIEXPORT volatile int32_t saEventPending = 0; variable
566 // saEventPending = 1;
575 saEventPending = 1;
583 while (saAttached && saEventPending) {

Completed in 1459 milliseconds