Searched refs:command_queue (Results 1 – 1 of 1) sorted by relevance
103 static std::queue<base::Closure> command_queue; variable387 command_queue.push(std::move(callback)); in enqueue_command()523 while (command_credits > 0 && command_queue.size() > 0) { in process_command_credits()525 std::move(command_queue.front())); in process_command_credits()526 command_queue.pop(); in process_command_credits()