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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_scheduling.cc 223 std::multimap<Priority, ReadyListEntry> ready_queue; local
225 // Map of ready instructions to their iterators in ready_queue.
232 auto it = ready_queue.emplace(GetPriority(entry), std::move(entry));
244 while (!ready_queue.empty()) {
247 auto best_it = ready_queue.end();
250 ready_queue.erase(best_it);
298 // Create a new entry in ready_queue, then update
301 ready_queue.emplace(new_priority, std::move(entry));
302 // Remove the old entry in ready_queue.
303 ready_queue.erase(ready_queue_it)
    [all...]
  /external/blktrace/btt/
globals.h 331 int ready_queue(struct io *q_iop, struct io *c_iop);

Completed in 72 milliseconds