Searched refs:commandQueue (Results 1 – 5 of 5) sorted by relevance
39 private commandQueue: Command[] = []; property in AdbBaseConsumerPort52 this.commandQueue.push({method, params});82 for (const cmd of this.commandQueue) this.invoke(cmd.method, cmd.params);84 this.commandQueue = [];86 this.commandQueue = [];
120 static CommandQueue commandQueue; variable161 CommandQueue *queue = &commandQueue; in enqueueCommand()222 CommandQueue *queue = &commandQueue; in dequeueCommand()722 commandQueue.head = NULL; in eventHelper_initialize()723 commandQueue.tail = NULL; in eventHelper_initialize()
234 id<MTLCommandQueue> commandQueue = [device newCommandQueue];235 id<MTLCommandBuffer> commandBuffer = [commandQueue commandBuffer];
7441 explicit CommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) : 7442 detail::Wrapper<cl_type>(commandQueue, retainObject) { }8821 explicit DeviceCommandQueue(const cl_command_queue& commandQueue, bool retainObject = false) :8822 detail::Wrapper<cl_type>(commandQueue, retainObject) { }
5686 …CONSTRUCTORS CommandQueue(const cl_command_queue& commandQueue) : detail::Wrapper<cl_type>(command… in CommandQueue() argument