Home
last modified time | relevance | path

Searched defs:cq_callback_data (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dcompletion_queue.cc324 struct cq_callback_data { struct
325 explicit cq_callback_data(grpc_completion_queue_functor* shutdown_callback) in cq_callback_data() function
328 ~cq_callback_data() { in ~cq_callback_data()
340 std::atomic<intptr_t> pending_events{1};
343 bool shutdown_called = false;
346 grpc_completion_queue_functor* shutdown_callback;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcompletion_queue.cc321 struct cq_callback_data { struct
322 explicit cq_callback_data(grpc_completion_queue_functor* shutdown_callback) in cq_callback_data() argument
325 ~cq_callback_data() { in ~cq_callback_data()
337 std::atomic<intptr_t> pending_events{1};
340 bool shutdown_called = false;
343 grpc_completion_queue_functor* shutdown_callback;