Home
last modified time | relevance | path

Searched refs:cq_shutdown_cb (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/lib/surface/
Dcompletion_queue_factory.cc34 attr->cq_completion_type, attr->cq_polling_type, attr->cq_shutdown_cb); in default_create()
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h777 grpc_experimental_completion_queue_functor* cq_shutdown_cb; member
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_cq.cc219 attr.cq_shutdown_cb = &shutdown_cb; in BM_Callback_CQ_Pass1Core()
/third_party/grpc/test/core/surface/
Dcompletion_queue_test.cc403 attr.cq_shutdown_cb = &shutdown_cb; in test_callback()