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

/openjdk7/jdk/src/share/back/
H A DthreadControl.c101 * popFrameProceedLock is used to assure that the event thread is
104 static jrawMonitorID popFrameProceedLock = NULL; variable
1735 popFrameProceedLock = debugMonitorCreate("JDWP PopFrame Proceed Lock");
1863 debugMonitorEnter(popFrameProceedLock);
1876 debugMonitorWait(popFrameProceedLock);
1879 debugMonitorExit(popFrameProceedLock);
1911 debugMonitorEnter(popFrameProceedLock);
1919 debugMonitorNotify(popFrameProceedLock);
1921 debugMonitorExit(popFrameProceedLock);

Completed in 37 milliseconds