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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_init/
3-1.c 34 pthread_t new_threads[NUM_THREADS]; local
48 pthread_create(&new_threads[i], &new_attr, a_thread_func,
  /external/tensorflow/tensorflow/python/training/
queue_runner_test.py 211 new_threads = qr.create_threads(sess, coord=coord)
212 self.assertEqual([], new_threads)

Completed in 79 milliseconds