Home
last modified time | relevance | path

Searched defs:grpc_resource_user (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc62 struct grpc_resource_user { struct
72 /* one ref for each ref call (released by grpc_resource_user_unref), and one argument
74 gpr_atm refs;
77 gpr_atm shutdown;
79 gpr_mu mu;
87 int64_t free_pool;
90 grpc_closure_list on_allocated;
92 bool allocating;
117 grpc_resource_user_link links[GRPC_RULIST_COUNT]; argument
120 char* name;
Dresource_quota.h82 typedef struct grpc_resource_user grpc_resource_user; typedef
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dresource_quota.cc65 struct grpc_resource_user { struct
75 /* one ref for each ref call (released by grpc_resource_user_unref), and one argument
77 gpr_atm refs;
80 gpr_atm shutdown;
82 gpr_mu mu;
90 int64_t free_pool;
93 grpc_closure_list on_allocated;
95 bool allocating;
121 grpc_resource_user_link links[GRPC_RULIST_COUNT]; argument
124 std::string name;
Dresource_quota.h87 typedef struct grpc_resource_user grpc_resource_user; typedef