Home
last modified time | relevance | path

Searched refs:grpc_resource_quota_create (Results 1 – 25 of 33) sorted by relevance

12

/third_party/grpc/test/core/iomgr/
Dresource_quota_test.cc95 grpc_resource_quota_unref(grpc_resource_quota_create("test_no_op")); in test_no_op()
101 grpc_resource_quota_create("test_resize_then_destroy"); in test_resize_then_destroy()
109 grpc_resource_quota_create("test_resource_user_no_op"); in test_resource_user_no_op()
118 grpc_resource_quota_create("test_instant_alloc_then_free"); in test_instant_alloc_then_free()
136 grpc_resource_quota_create("test_instant_alloc_free_pair"); in test_instant_alloc_free_pair()
151 grpc_resource_quota_create("test_simple_async_alloc"); in test_simple_async_alloc()
180 grpc_resource_quota_create("test_async_alloc_blocked_by_size"); in test_async_alloc_blocked_by_size()
205 grpc_resource_quota* q = grpc_resource_quota_create("test_scavenge"); in test_scavenge()
242 grpc_resource_quota* q = grpc_resource_quota_create("test_scavenge_blocked"); in test_scavenge_blocked()
282 grpc_resource_quota_create("test_blocked_until_scheduled_reclaim"); in test_blocked_until_scheduled_reclaim()
[all …]
Dfd_conservation_posix_test.cc43 grpc_resource_quota_create("fd_conservation_posix_test"); in main()
/third_party/grpc/src/cpp/common/
Dresource_quota_cc.cc24 ResourceQuota::ResourceQuota() : impl_(grpc_resource_quota_create(nullptr)) {} in ResourceQuota()
27 : impl_(grpc_resource_quota_create(name.c_str())) {} in ResourceQuota()
/third_party/grpc/test/core/util/
Dport_server_client.cc89 grpc_resource_quota_create("port_server_client/free"); in grpc_free_port_using_server()
173 grpc_resource_quota_create("port_server_client/pick_retry"); in got_port_from_server()
223 grpc_resource_quota_create("port_server_client/pick"); in grpc_pick_port_using_server()
/third_party/grpc/test/core/http/
Dhttpcli_test.cc81 grpc_resource_quota* resource_quota = grpc_resource_quota_create("test_get"); in test_get()
120 grpc_resource_quota* resource_quota = grpc_resource_quota_create("test_post"); in test_post()
Dhttpscli_test.cc85 grpc_resource_quota* resource_quota = grpc_resource_quota_create("test_get"); in test_get()
125 grpc_resource_quota* resource_quota = grpc_resource_quota_create("test_post"); in test_post()
/third_party/grpc/test/core/transport/chttp2/
Dcontext_list_test.cc73 grpc_resource_quota_create("context_list_test"); in TEST_F()
129 grpc_resource_quota_create("context_list_test"); in TEST_F()
/third_party/grpc/src/core/lib/security/credentials/external/
Daws_external_account_credentials.cc167 grpc_resource_quota_create("external_account_credentials"); in RetrieveRegion()
217 grpc_resource_quota_create("external_account_credentials"); in RetrieveRoleName()
280 grpc_resource_quota_create("external_account_credentials"); in RetrieveSigningKeys()
Durl_external_account_credentials.cc144 grpc_resource_quota_create("external_account_credentials"); in RetrieveSubjectToken()
Dexternal_account_credentials.cc292 grpc_resource_quota_create("external_account_credentials"); in ExchangeToken()
380 grpc_resource_quota_create("external_account_credentials"); in ImpersenateServiceAccount()
/third_party/grpc/test/cpp/microbenchmarks/
Dhelpers.cc35 rq_ = grpc_resource_quota_create("bm"); in LibraryInitializer()
/third_party/grpc/test/core/security/
Dssl_server_fuzzer.cc63 grpc_resource_quota_create("ssl_server_fuzzer"); in LLVMFuzzerTestOneInput()
/third_party/grpc/test/core/end2end/fuzzers/
Dserver_fuzzer.cc46 grpc_resource_quota_create("server_fuzzer"); in LLVMFuzzerTestOneInput()
Dclient_fuzzer.cc49 grpc_resource_quota_create("client_fuzzer"); in LLVMFuzzerTestOneInput()
/third_party/grpc/test/cpp/thread_manager/
Dthread_manager_test.cc130 grpc_resource_quota* rq = grpc_resource_quota_create("Thread manager test"); in SetUp()
/third_party/grpc/src/core/lib/iomgr/
Dtcp_client_custom.cc122 grpc_resource_quota* resource_quota = grpc_resource_quota_create(nullptr); in tcp_connect()
Dtcp_client_cfstream.cc174 grpc_resource_quota* resource_quota = grpc_resource_quota_create(NULL); in CFStreamClientConnect()
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc398 grpc_resource_quota_create("oauth2_credentials"); in fetch_oauth2()
458 grpc_resource_quota_create("oauth2_credentials_refresh"); in fetch_oauth2()
590 grpc_resource_quota_create("oauth2_credentials_refresh"); in fetch_oauth2()
/third_party/grpc/
Dgrpc.def71 grpc_resource_quota_create
/third_party/grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc144 static grpc_resource_quota* rq = grpc_resource_quota_create("bm"); in MakeEndpoints()
/third_party/grpc/include/grpc/
Dgrpc.h482 GRPCAPI grpc_resource_quota* grpc_resource_quota_create(const char* trace_name);
/third_party/grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc187 grpc_resource_quota_create("google_default_credentials"); in is_metadata_server_reachable()
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c140 printf("%lx", (unsigned long) grpc_resource_quota_create); in main()
/third_party/grpc/src/core/ext/filters/client_channel/resolver/google_c2p/
Dgoogle_c2p_resolver.cc127 grpc_resource_quota_create("c2p_resolver"); in MetadataQuery()
/third_party/grpc/test/core/end2end/tests/
Dresource_quota_server.cc110 grpc_resource_quota_create("test_server"); in resource_quota_server()

12