Searched refs:new_max_threads (Results 1 – 6 of 6) sorted by relevance
36 ResourceQuota& ResourceQuota::SetMaxThreads(int new_max_threads) { in SetMaxThreads() argument37 grpc_resource_quota_set_max_threads(impl_, new_max_threads); in SetMaxThreads()
55 ResourceQuota& SetMaxThreads(int new_max_threads);
496 grpc_resource_quota* resource_quota, int new_max_threads);
711 int new_max_threads) { in grpc_resource_quota_set_max_threads() argument712 GPR_ASSERT(new_max_threads >= 0); in grpc_resource_quota_set_max_threads()714 resource_quota->max_threads = new_max_threads; in grpc_resource_quota_set_max_threads()
269 …rpc_resource_quota_set_max_threads_type)(grpc_resource_quota* resource_quota, int new_max_threads);