Home
last modified time | relevance | path

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

/third_party/grpc/test/core/iomgr/
Dendpoint_pair_test.cc57 static void destroy_pollset(void* p, grpc_error* /*error*/) { in destroy_pollset() function
70 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
Dtcp_client_posix_test.cc188 static void destroy_pollset(void* p, grpc_error* /*error*/) { in destroy_pollset() function
208 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
Dtcp_client_uv_test.cc185 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function
201 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
Dtcp_server_uv_test.cc285 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function
305 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
Dudp_server_test.cc175 static void destroy_pollset(void* p, grpc_error* /*error*/) { in destroy_pollset() function
181 auto closure = GRPC_CLOSURE_CREATE(destroy_pollset, g_pollset, in shutdown_and_destroy_pollset()
Dfd_posix_test.cc512 static void destroy_pollset(void* p, grpc_error* /*error*/) { in destroy_pollset() function
526 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
Dtcp_server_posix_test.cc426 static void destroy_pollset(void* p, grpc_error* /*error*/) { in destroy_pollset() function
500 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
Dtcp_posix_test.cc621 static void destroy_pollset(void* p, grpc_error* /*error*/) { in destroy_pollset() function
636 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
/third_party/grpc/test/core/security/
Dsecure_endpoint_test.cc205 static void destroy_pollset(void* p, grpc_error* /*error*/) { in destroy_pollset() function
222 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
/third_party/grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc164 static void destroy_pollset(void* p, grpc_error* /*e*/) { in destroy_pollset() function
211 GRPC_CLOSURE_INIT(&destroy_closure, destroy_pollset, in is_metadata_server_reachable()
/third_party/grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc641 static void destroy_pollset(void* arg, grpc_error* /*error*/) { in destroy_pollset() function
655 GRPC_CLOSURE_CREATE(destroy_pollset, proxy->pollset[0], in grpc_end2end_http_proxy_destroy()