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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
lock_tests.py 18 class Bunch(object):
20 A bunch of threads.
24 Construct a bunch of `n` threads running the same function `f`.
97 Bunch(f, 1).wait_for_finished()
109 b = Bunch(f, N)
128 Bunch(f, 1).wait_for_finished()
131 Bunch(f, 1).wait_for_finished()
143 Bunch(f, 15).wait_for_finished()
177 b = Bunch(f, 1)
213 b = Bunch(f, 1, True)
    [all...]
  /external/python/cpython2/Lib/test/
lock_tests.py 18 class Bunch(object):
20 A bunch of threads.
24 Construct a bunch of `n` threads running the same function `f`.
101 Bunch(f, 1).wait_for_finished()
113 b = Bunch(f, N)
132 Bunch(f, 1).wait_for_finished()
135 Bunch(f, 1).wait_for_finished()
147 Bunch(f, 15).wait_for_finished()
181 b = Bunch(f, 1)
217 b = Bunch(f, 1, True
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
lock_tests.py 18 class Bunch(object):
20 A bunch of threads.
24 Construct a bunch of `n` threads running the same function `f`.
97 Bunch(f, 1).wait_for_finished()
109 b = Bunch(f, N)
128 Bunch(f, 1).wait_for_finished()
131 Bunch(f, 1).wait_for_finished()
143 Bunch(f, 15).wait_for_finished()
177 b = Bunch(f, 1)
213 b = Bunch(f, 1, True
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
lock_tests.py 18 class Bunch(object):
20 A bunch of threads.
24 Construct a bunch of `n` threads running the same function `f`.
97 Bunch(f, 1).wait_for_finished()
109 b = Bunch(f, N)
128 Bunch(f, 1).wait_for_finished()
131 Bunch(f, 1).wait_for_finished()
143 Bunch(f, 15).wait_for_finished()
177 b = Bunch(f, 1)
213 b = Bunch(f, 1, True
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
lock_tests.py 18 class Bunch(object):
20 A bunch of threads.
24 Construct a bunch of `n` threads running the same function `f`.
97 Bunch(f, 1).wait_for_finished()
109 b = Bunch(f, N)
128 Bunch(f, 1).wait_for_finished()
131 Bunch(f, 1).wait_for_finished()
143 Bunch(f, 15).wait_for_finished()
177 b = Bunch(f, 1)
213 b = Bunch(f, 1, True
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
lock_tests.py 18 class Bunch(object):
20 A bunch of threads.
24 Construct a bunch of `n` threads running the same function `f`.
97 Bunch(f, 1).wait_for_finished()
109 b = Bunch(f, N)
128 Bunch(f, 1).wait_for_finished()
131 Bunch(f, 1).wait_for_finished()
143 Bunch(f, 15).wait_for_finished()
177 b = Bunch(f, 1)
213 b = Bunch(f, 1, True
    [all...]
  /external/python/cpython3/Lib/test/
lock_tests.py 19 class Bunch(object):
21 A bunch of threads.
25 Construct a bunch of `n` threads running the same function `f`.
121 Bunch(f, 1).wait_for_finished()
133 b = Bunch(f, N)
152 Bunch(f, 1).wait_for_finished()
155 Bunch(f, 1).wait_for_finished()
167 Bunch(f, 15).wait_for_finished()
198 Bunch(f, 1).wait_for_finished()
244 b = Bunch(f, 1
    [all...]
_test_multiprocessing.py     [all...]
  /external/scapy/test/
pipetool.uts 549 = FDSourceSink on a Bunch object
551 class Bunch:
554 fd = Bunch(write=lambda x: None, read=lambda: "hello", fileno=lambda: None)
  /external/python/cpython3/Lib/test/test_importlib/
test_locks.py 99 lock_tests.Bunch(f, NTHREADS).wait_for_finished()
  /prebuilts/go/darwin-x86/src/net/http/internal/
chunked_test.go 43 // Bunch of small chunks, all read together.
  /prebuilts/go/linux-x86/src/net/http/internal/
chunked_test.go 43 // Bunch of small chunks, all read together.
  /external/scapy/scapy/tools/
UTscapy.py 21 class Bunch:
232 return Bunch(testfiles=get_if_exist("testfiles", []), onlyfailed=get_if_exist("onlyfailed", False),
  /external/blktrace/btreplay/doc/
btreplay.tex 133 multiple sequential (in time) IOs and put them in a single \emph{bunch} of
143 \item[\texttt{--max-bunch-time}] This is the amount of time to encompass
144 in one bunch -- only IOs within the time specified are eligible
149 \item[\texttt{--max-pkts}] A \emph{bunch} size can be anywhere from
150 1 to 512 packets in size and by default we max a bunch to contain no
152 decrease the maximum \emph{bunch} size. Refer to section~\ref{sec:c-o-M}
160 thread manages the submitting of AIOs per bunch in the record data file,
204 \item Bunching of IOs results in reduced time amongst IOs within a bunch.
252 [ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec
302 \texttt{--max-bunch-time}\\Set Maximum Time Per Bunch
    [all...]

Completed in 495 milliseconds