Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/cpp/server/
H A Dcreate_default_thread_pool.cc35 ThreadPoolInterface* CreateDefaultThreadPool() { return g_ctp_impl(); } in CreateDefaultThreadPool() function
H A Dthread_pool_interface.h39 ThreadPoolInterface* CreateDefaultThreadPool();
H A Dsecure_server_credentials.h44 thread_pool_.reset(CreateDefaultThreadPool()); in AuthMetadataProcessorAsyncWrapper()
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/external/grpc-grpc/src/cpp/client/
H A Dsecure_credentials.cc406 thread_pool_.reset(CreateDefaultThreadPool()); in MetadataCredentialsPluginWrapper()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/client/
Dsecure_credentials.cc526 thread_pool_.reset(CreateDefaultThreadPool()); in MetadataCredentialsPluginWrapper()