Home
last modified time | relevance | path

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

/external/grpc-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()
Dev_epollsig_linux_test.cc99 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function
108 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, pollsets[i].pollset, in test_pollset_cleanup()
291 GRPC_CLOSURE_CREATE(destroy_pollset, shared.pollset, in test_threading()
Dtcp_client_uv_test.cc183 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function
198 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_server_uv_test.cc281 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function
300 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
Dudp_server_test.cc173 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function
179 auto closure = GRPC_CLOSURE_CREATE(destroy_pollset, g_pollset, in shutdown_and_destroy_pollset()
Dpollset_set_test.cc75 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function
83 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, pollsets[i].ps, in cleanup_test_pollsets()
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.cc424 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function
493 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
Dtcp_posix_test.cc620 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function
635 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
/external/grpc-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()
/external/grpc-grpc/test/core/end2end/fixtures/
Dhttp_proxy_fixture.cc564 static void destroy_pollset(void* arg, grpc_error* error) { in destroy_pollset() function
579 GRPC_CLOSURE_CREATE(destroy_pollset, proxy->pollset, in grpc_end2end_http_proxy_destroy()