Home
last modified time | relevance | path

Searched refs:optional_on_done (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dresource_quota.h134 grpc_closure* optional_on_done)
Dresource_quota.cc888 grpc_closure* optional_on_done) { in resource_user_alloc_locked() argument
898 if (optional_on_done != nullptr) { in resource_user_alloc_locked()
900 grpc_closure_list_append(&resource_user->on_allocated, optional_on_done, in resource_user_alloc_locked()
933 grpc_closure* optional_on_done) { in grpc_resource_user_alloc() argument
940 resource_user_alloc_locked(resource_user, size, optional_on_done); in grpc_resource_user_alloc()