Searched refs:new_max_threads (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/cpp/common/ |
H A D | resource_quota_cc.cc | 40 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/ |
D | resource_quota_cc.cc | 40 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 D | api.cc | 101 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/ |
D | api.cc | 100 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/ |
D | resource_quota.h | 55 ResourceQuota& SetMaxThreads(int new_max_threads);
|
/aosp_15_r20/external/grpc-grpc/include/grpcpp/ |
H A D | resource_quota.h | 55 ResourceQuota& SetMaxThreads(int new_max_threads);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/ |
D | resource_quota.h | 55 ResourceQuota& SetMaxThreads(int new_max_threads);
|
/aosp_15_r20/external/grpc-grpc/include/grpc/ |
H A D | grpc.h | 524 grpc_resource_quota* resource_quota, int new_max_threads);
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc.h | 531 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/ |
D | grpc.h | 531 grpc_resource_quota* resource_quota, int new_max_threads);
|
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/ |
H A D | rb_grpc_imports.generated.h | 305 …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/ |
D | grpc-bindings.rs | 1739 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/ |
D | bindings.rs | 2228 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/ |
D | android-dir.patch | 1960 + new_max_threads: ::std::os::raw::c_int,
|