Searched defs:thread_pool_size (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/libplatform/ |
D | default-platform.cc | 36 int GetActualThreadPoolSize(int thread_pool_size) { in GetActualThreadPoolSize() 47 int thread_pool_size, IdleTaskSupport idle_task_support, in NewDefaultPlatform() 95 int thread_pool_size, IdleTaskSupport idle_task_support, in DefaultPlatform()
|
D | default-worker-threads-task-runner.cc | 13 uint32_t thread_pool_size, TimeFunction time_function) in DefaultWorkerThreadsTaskRunner()
|
/third_party/node/deps/v8/include/cppgc/ |
D | default-platform.h | 27 : v8_platform_(v8::platform::NewDefaultPlatform( in v8_platform_()
|
/third_party/node/src/ |
D | node_platform.cc | 48 static int GetActualThreadPoolSize(int thread_pool_size) { in GetActualThreadPoolSize() 173 WorkerThreadsTaskRunner::WorkerThreadsTaskRunner(int thread_pool_size) { in WorkerThreadsTaskRunner() 333 NodePlatform::NodePlatform(int thread_pool_size, in NodePlatform()
|
/third_party/node/src/api/ |
D | environment.cc | 524 int thread_pool_size, in CreatePlatform() 532 int thread_pool_size, in CreatePlatform() 544 int thread_pool_size, in Create()
|
/third_party/node/deps/v8/src/d8/ |
D | d8.h | 454 DisallowReassignment<int> thread_pool_size = {"thread-pool-size", 0}; variable
|