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

  /art/runtime/
thread_list.cc 575 std::vector<Thread*> other_threads; local
601 other_threads.push_back(thread);
613 for (const auto& thread : other_threads) {
630 for (const auto& thread : other_threads) {
637 return runnable_thread_count + other_threads.size() + 1; // +1 for self.
    [all...]
  /external/tensorflow/tensorflow/python/training/
queue_runner_test.py 195 other_threads = qr.create_threads(other_sess, coord=coord)
196 self.assertEqual(len(threads), len(other_threads))

Completed in 83 milliseconds