Searched defs:worker_count (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/ | ||
D | test_concurrent_futures.py | 112 worker_count = 5 variable in ExecutorMixin |
/third_party/ltp/testcases/kernel/fs/read_all/ | ||
D | read_all.c | 87 static long worker_count; variable |
/third_party/node/deps/v8/src/heap/ | ||
D | concurrent-marking.cc | 580 size_t ConcurrentMarking::GetMaxConcurrency(size_t worker_count) { in GetMaxConcurrency() |