Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/back/
DeventHelper.c121 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()
[all …]