Lines Matching refs:cmdQueueLock
53 static jrawMonitorID cmdQueueLock; variable
96 cmdQueueLock = debugMonitorCreate("JDWP Command Queue Lock"); in debugLoop_run()
208 debugMonitorDestroy(cmdQueueLock); in debugLoop_run()
291 debugMonitorEnter(cmdQueueLock); in enqueue()
295 debugMonitorNotify(cmdQueueLock); in enqueue()
304 debugMonitorExit(cmdQueueLock); in enqueue()
311 debugMonitorEnter(cmdQueueLock); in dequeue()
314 debugMonitorWait(cmdQueueLock); in dequeue()
321 debugMonitorExit(cmdQueueLock); in dequeue()
332 debugMonitorEnter(cmdQueueLock); in notifyTransportError()
334 debugMonitorNotify(cmdQueueLock); in notifyTransportError()
335 debugMonitorExit(cmdQueueLock); in notifyTransportError()