Searched refs:threadLock (Results 1 – 1 of 1) sorted by relevance
106 static jrawMonitorID threadLock; variable549 debugMonitorEnter(threadLock); in getLocks()556 debugMonitorExit(threadLock); in releaseLocks()574 threadLock = debugMonitorCreate("JDWP Thread Lock"); in threadControl_initialize()640 debugMonitorNotifyAll(threadLock); in notifyAppResumeComplete()663 debugMonitorEnter(threadLock); in handleAppResumeCompletion()679 debugMonitorExit(threadLock); in handleAppResumeCompletion()690 debugMonitorWait(threadLock); in blockOnDebuggerSuspend()745 debugMonitorEnter(threadLock); in handleAppResumeBreakpoint()767 debugMonitorExit(threadLock); in handleAppResumeBreakpoint()[all …]