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

/openjdk7/jdk/src/share/back/
H A DthreadControl.c96 * popFrameEventLock is used to notify that the event has been received
98 static jrawMonitorID popFrameEventLock = NULL; variable
1733 if (popFrameEventLock == NULL) {
1734 popFrameEventLock = debugMonitorCreate("JDWP PopFrame Event Lock");
1866 debugMonitorEnter(popFrameEventLock);
1869 debugMonitorNotify(popFrameEventLock);
1871 debugMonitorExit(popFrameEventLock);
1884 * popFrameEventLock is already held
1907 debugMonitorWait(popFrameEventLock);
1965 debugMonitorEnter(popFrameEventLock);
[all...]

Completed in 35 milliseconds