Home
last modified time | relevance | path

Searched defs:thread_pool_size (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/python/grpcio/grpc/beta/
Dimplementations.py144 metadata_transformer, thread_pool, thread_pool_size): argument
161 thread_pool_size=None): argument
243 response_serializers, thread_pool, thread_pool_size, argument
261 thread_pool_size=None, argument
D_server_adaptations.py373 thread_pool_size): argument
/third_party/boost/libs/asio/example/cpp03/http/server3/
Dserver.cpp21 const std::string& doc_root, std::size_t thread_pool_size) in server()
/third_party/boost/doc/html/boost_asio/example/cpp03/http/server3/
Dserver.cpp21 const std::string& doc_root, std::size_t thread_pool_size) in server()
/third_party/node/src/api/
Denvironment.cc486 int thread_pool_size, in CreatePlatform()
494 int thread_pool_size, in CreatePlatform()
505 int thread_pool_size, in Create()
/third_party/node/src/
Dnode_platform.cc166 WorkerThreadsTaskRunner::WorkerThreadsTaskRunner(int thread_pool_size) { in WorkerThreadsTaskRunner()
326 NodePlatform::NodePlatform(int thread_pool_size, in NodePlatform()