Home
last modified time | relevance | path

Searched refs:new_max_threads (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/cpp/common/
H A Dresource_quota_cc.cc40 ResourceQuota& ResourceQuota::SetMaxThreads(int new_max_threads) { in SetMaxThreads() argument
41 grpc_resource_quota_set_max_threads(impl_, new_max_threads); in SetMaxThreads()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/
Dresource_quota_cc.cc40 ResourceQuota& ResourceQuota::SetMaxThreads(int new_max_threads) { in SetMaxThreads() argument
41 grpc_resource_quota_set_max_threads(impl_, new_max_threads); in SetMaxThreads()
/aosp_15_r20/external/grpc-grpc/src/core/lib/resource_quota/
H A Dapi.cc101 grpc_resource_quota* resource_quota, int new_max_threads) { in grpc_resource_quota_set_max_threads() argument
104 ->SetMax(new_max_threads); in grpc_resource_quota_set_max_threads()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/resource_quota/
Dapi.cc100 grpc_resource_quota* resource_quota, int new_max_threads) { in grpc_resource_quota_set_max_threads() argument
103 ->SetMax(new_max_threads); in grpc_resource_quota_set_max_threads()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dresource_quota.h55 ResourceQuota& SetMaxThreads(int new_max_threads);
/aosp_15_r20/external/grpc-grpc/include/grpcpp/
H A Dresource_quota.h55 ResourceQuota& SetMaxThreads(int new_max_threads);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/
Dresource_quota.h55 ResourceQuota& SetMaxThreads(int new_max_threads);
/aosp_15_r20/external/grpc-grpc/include/grpc/
H A Dgrpc.h524 grpc_resource_quota* resource_quota, int new_max_threads);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/
Dgrpc.h531 grpc_resource_quota* resource_quota, int new_max_threads);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc.h531 grpc_resource_quota* resource_quota, int new_max_threads);
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_grpc_imports.generated.h305 …rpc_resource_quota_set_max_threads_type)(grpc_resource_quota* resource_quota, int new_max_threads);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs1739 new_max_threads: ::std::os::raw::c_int, in grpc_resource_quota_set_max_threads()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs2228 new_max_threads: ::std::os::raw::c_int, in grpc_resource_quota_set_max_threads()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/
Dandroid-dir.patch1960 + new_max_threads: ::std::os::raw::c_int,