Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DdebugLoop.c56 static jrawMonitorID vmDeathLock; variable
75 vmDeathLock = debugMonitorCreate("JDWP VM_DEATH Lock"); in debugLoop_initialize()
81 debugMonitorEnter(vmDeathLock); in debugLoop_sync()
82 debugMonitorExit(vmDeathLock); in debugLoop_sync()
148 debugMonitorEnter(vmDeathLock); in debugLoop_run()
199 debugMonitorExit(vmDeathLock); in debugLoop_run()