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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_file2k.py 473 def _run_workers(self, func, nb_workers, duration=0.2):
480 for i in range(nb_workers):
487 if self.close_count-self.close_success_count > nb_workers+1:
497 def _test_close_open_io(self, io_func, nb_workers=5):
511 self._run_workers(worker, nb_workers)
  /external/python/cpython2/Lib/test/
test_file2k.py 531 def _run_workers(self, func, nb_workers, duration=0.2):
538 for i in range(nb_workers):
545 if self.close_count-self.close_success_count > nb_workers+1:
555 def _test_close_open_io(self, io_func, nb_workers=5):
569 self._run_workers(worker, nb_workers)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file2k.py 483 def _run_workers(self, func, nb_workers, duration=0.2):
490 for i in range(nb_workers):
497 if self.close_count-self.close_success_count > nb_workers+1:
507 def _test_close_open_io(self, io_func, nb_workers=5):
521 self._run_workers(worker, nb_workers)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file2k.py 483 def _run_workers(self, func, nb_workers, duration=0.2):
490 for i in range(nb_workers):
497 if self.close_count-self.close_success_count > nb_workers+1:
507 def _test_close_open_io(self, io_func, nb_workers=5):
521 self._run_workers(worker, nb_workers)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file2k.py 483 def _run_workers(self, func, nb_workers, duration=0.2):
490 for i in range(nb_workers):
497 if self.close_count-self.close_success_count > nb_workers+1:
507 def _test_close_open_io(self, io_func, nb_workers=5):
521 self._run_workers(worker, nb_workers)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py 483 def _run_workers(self, func, nb_workers, duration=0.2):
490 for i in range(nb_workers):
497 if self.close_count-self.close_success_count > nb_workers+1:
507 def _test_close_open_io(self, io_func, nb_workers=5):
521 self._run_workers(worker, nb_workers)

Completed in 547 milliseconds