Home
last modified time | relevance | path

Searched refs:CreateDefaultThreadPool (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/cpp/server/
Dcreate_default_thread_pool.cc35 ThreadPoolInterface* CreateDefaultThreadPool() { return g_ctp_impl(); } in CreateDefaultThreadPool() function
Dthread_pool_interface.h39 ThreadPoolInterface* CreateDefaultThreadPool();
Dsecure_server_credentials.h44 thread_pool_.reset(CreateDefaultThreadPool()); in AuthMetadataProcessorAsyncWrapper()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dcreate_default_thread_pool.cc35 ThreadPoolInterface* CreateDefaultThreadPool() { return g_ctp_impl(); } in CreateDefaultThreadPool() function
Dthread_pool_interface.h39 ThreadPoolInterface* CreateDefaultThreadPool();
Dsecure_server_credentials.h50 thread_pool_.reset(CreateDefaultThreadPool()); in AuthMetadataProcessorAyncWrapper()
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc406 thread_pool_.reset(CreateDefaultThreadPool()); in MetadataCredentialsPluginWrapper()
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/
Dsecure_credentials.cc526 thread_pool_.reset(CreateDefaultThreadPool()); in MetadataCredentialsPluginWrapper()