Home
last modified time | relevance | path

Searched defs:worker_count (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_concurrent_futures.py112 worker_count = 5 variable in ExecutorMixin
218 worker_count = 2 variable in InitializerMixin
236 worker_count = 2 variable in FailingInitializerMixin
/third_party/ltp/testcases/kernel/fs/read_all/
Dread_all.c87 static long worker_count; variable
/third_party/node/deps/v8/src/heap/
Dconcurrent-marking.cc580 size_t ConcurrentMarking::GetMaxConcurrency(size_t worker_count) { in GetMaxConcurrency()