Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/end2end/
Dinproc_callback_test.cc99 ShutdownCallback* g_shutdown_callback; variable
212 g_shutdown_callback = grpc_core::New<ShutdownCallback>(); in inproc_create_fixture()
214 grpc_completion_queue_create_for_callback(g_shutdown_callback, nullptr); in inproc_create_fixture()
261 GPR_ASSERT(g_shutdown_callback->Wait(five_seconds_from_now())); in drain_cq()
263 grpc_core::Delete(g_shutdown_callback); in drain_cq()