HomeSort by relevance Sort by last modified time
    Searched defs:command_queue (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
queue.hpp 31 typedef struct _cl_command_queue command_queue; typedef in namespace:clover
  /system/bt/hci/src/
hci_layer.cc 103 static std::queue<base::Closure> command_queue; variable
387 command_queue.push(std::move(callback));
523 while (command_credits > 0 && command_queue.size() > 0) {
525 std::move(command_queue.front()));
526 command_queue.pop();

Completed in 992 milliseconds