Searched refs:commandQueueLock (Results 1 – 2 of 2) sorted by relevance
121 static jrawMonitorID commandQueueLock; variable168 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 …]
2809 std::lock_guard<std::mutex> commandQueueLock(mCommandQueueMutex); in queueSubmitOneOff() local3052 std::lock_guard<std::mutex> commandQueueLock(mCommandQueueMutex); in submitFrame() local