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

  /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/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 314 milliseconds