Home
last modified time | relevance | path

Searched refs:vmDeathLock (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/src/share/back/
DdebugLoop.c54 static jrawMonitorID vmDeathLock; variable
72 vmDeathLock = debugMonitorCreate("JDWP VM_DEATH Lock"); in debugLoop_initialize()
78 debugMonitorEnter(vmDeathLock); in debugLoop_sync()
79 debugMonitorExit(vmDeathLock); in debugLoop_sync()
140 debugMonitorEnter(vmDeathLock); in debugLoop_run()
191 debugMonitorExit(vmDeathLock); in debugLoop_run()