Lines Matching refs:commandQueueLock
121 static jrawMonitorID commandQueueLock; variable
168 debugMonitorEnter(commandQueueLock); in enqueueCommand()
170 debugMonitorWait(commandQueueLock); in enqueueCommand()
190 debugMonitorNotifyAll(commandQueueLock); in enqueueCommand()
191 debugMonitorExit(commandQueueLock); in enqueueCommand()
225 debugMonitorEnter(commandQueueLock); in dequeueCommand()
229 debugMonitorWait(commandQueueLock); in dequeueCommand()
256 debugMonitorNotifyAll(commandQueueLock); in dequeueCommand()
259 debugMonitorExit(commandQueueLock); in dequeueCommand()
266 debugMonitorEnter(commandQueueLock); in eventHelper_holdEvents()
268 debugMonitorNotifyAll(commandQueueLock); in eventHelper_holdEvents()
269 debugMonitorExit(commandQueueLock); in eventHelper_holdEvents()
274 debugMonitorEnter(commandQueueLock); in eventHelper_releaseEvents()
276 debugMonitorNotifyAll(commandQueueLock); in eventHelper_releaseEvents()
277 debugMonitorExit(commandQueueLock); in eventHelper_releaseEvents()
725 commandQueueLock = debugMonitorCreate("JDWP Event Helper Queue Monitor"); in eventHelper_initialize()
737 debugMonitorEnter(commandQueueLock); in eventHelper_reset()
740 debugMonitorNotifyAll(commandQueueLock); in eventHelper_reset()
741 debugMonitorExit(commandQueueLock); in eventHelper_reset()
751 debugMonitorEnter(commandQueueLock); in eventHelper_lock()
759 debugMonitorExit(commandQueueLock); in eventHelper_unlock()