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

  /external/fio/
workqueue.c 46 assert(next < wq->max_workers);
48 sw = __get_submit_worker(wq, next, wq->max_workers - 1, &best);
59 if (sw->index + 1 < wq->max_workers)
72 for (i = 0; i < wq->max_workers; i++) {
240 for (i = 0; i < wq->max_workers; i++) {
251 for (i = 0; i < wq->max_workers; i++) {
261 } while (shutdown && shutdown != wq->max_workers);
305 struct workqueue_ops *ops, unsigned int max_workers,
312 wq->max_workers = max_workers;
    [all...]
workqueue.h 49 unsigned int max_workers; member in struct:workqueue
64 int workqueue_init(struct thread_data *td, struct workqueue *wq, struct workqueue_ops *ops, unsigned int max_workers, struct sk_out *sk_out);
  /test/vts/utils/python/controllers/
event_dispatcher.py 134 self.executor = ThreadPoolExecutor(max_workers=32)
  /tools/test/connectivity/acts/framework/acts/controllers/
event_dispatcher.py 136 self.executor = ThreadPoolExecutor(max_workers=32)
  /test/vts/runners/host/
utils.py 304 with concurrent.futures.ThreadPoolExecutor(max_workers=30) as executor:
  /test/vts-testcase/kernel/ltp/
KernelLtpTest.py 343 with futures.ThreadPoolExecutor(max_workers=n_workers) as executor:
  /tools/test/connectivity/acts/framework/acts/
utils.py 314 with concurrent.futures.ThreadPoolExecutor(max_workers=30) as executor:
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py     [all...]

Completed in 1399 milliseconds