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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 596 def _test_task_done(cls, q): member in class:_TestQueue
607 workers = [self.Process(target=self._test_task_done, args=(queue,))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 596 def _test_task_done(cls, q): member in class:_TestQueue
607 workers = [self.Process(target=self._test_task_done, args=(queue,))
    [all...]

Completed in 64 milliseconds