/external/grpc-grpc/test/core/iomgr/ |
D | endpoint_pair_test.cc | 57 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function 70 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
|
D | ev_epollsig_linux_test.cc | 99 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()
|
D | tcp_client_uv_test.cc | 183 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function 198 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
|
D | tcp_client_posix_test.cc | 188 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function 208 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
|
D | tcp_server_uv_test.cc | 281 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function 300 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
|
D | udp_server_test.cc | 173 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()
|
D | pollset_set_test.cc | 75 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()
|
D | fd_posix_test.cc | 512 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function 526 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
|
D | tcp_server_posix_test.cc | 424 static void destroy_pollset(void* p, grpc_error* error) { in destroy_pollset() function 493 GRPC_CLOSURE_INIT(&destroyed, destroy_pollset, g_pollset, in main()
|
D | tcp_posix_test.cc | 620 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/ |
D | secure_endpoint_test.cc | 205 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/ |
D | http_proxy_fixture.cc | 564 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()
|