Home
last modified time | relevance | path

Searched refs:shutdown_callback (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue_factory.cc75 grpc_experimental_completion_queue_functor* shutdown_callback, in grpc_completion_queue_create_for_callback() argument
79 2, GRPC_CQ_CALLBACK, GRPC_CQ_DEFAULT_POLLING, shutdown_callback}; in grpc_completion_queue_create_for_callback()
Dcompletion_queue.cc188 grpc_experimental_completion_queue_functor* shutdown_callback);
271 grpc_experimental_completion_queue_functor* shutdown_callback; member
338 void* data, grpc_experimental_completion_queue_functor* shutdown_callback);
340 void* data, grpc_experimental_completion_queue_functor* shutdown_callback);
342 void* data, grpc_experimental_completion_queue_functor* shutdown_callback);
466 grpc_experimental_completion_queue_functor* shutdown_callback) { in grpc_completion_queue_create_internal() argument
494 vtable->init(DATA_FROM_CQ(cq), shutdown_callback); in grpc_completion_queue_create_internal()
502 void* data, grpc_experimental_completion_queue_functor* shutdown_callback) { in cq_init_next() argument
518 void* data, grpc_experimental_completion_queue_functor* shutdown_callback) { in cq_init_pluck() argument
536 void* data, grpc_experimental_completion_queue_functor* shutdown_callback) { in cq_init_callback() argument
[all …]
Dcompletion_queue.h92 grpc_experimental_completion_queue_functor* shutdown_callback);
/external/grpc-grpc/src/cpp/client/
Dchannel_cc.cc221 auto* shutdown_callback = grpc_core::New<ShutdownCallback>(); in CallbackCQ() local
224 shutdown_callback}); in CallbackCQ()
227 shutdown_callback->TakeCQ(callback_cq_); in CallbackCQ()
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_uv.cc173 static void shutdown_callback(uv_shutdown_t* req, int status) {} in shutdown_callback() function
178 uv_shutdown(req, (uv_stream_t*)uv_socket->handle, shutdown_callback); in uv_socket_shutdown()
/external/grpc-grpc/include/grpc/
Dgrpc.h114 grpc_experimental_completion_queue_functor* shutdown_callback,
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h110 …eate_for_callback_type)(grpc_experimental_completion_queue_functor* shutdown_callback, void* reser…