/external/grpc-grpc/test/core/iomgr/ |
D | timer_list_test.cc | 66 GRPC_CLOSURE_CREATE(cb, (void*)(intptr_t)i, grpc_schedule_on_exec_ctx)); in add_test() 73 GRPC_CLOSURE_CREATE(cb, (void*)(intptr_t)i, grpc_schedule_on_exec_ctx)); in add_test() 127 GRPC_CLOSURE_CREATE(cb, (void*)(intptr_t)0, grpc_schedule_on_exec_ctx)); in destruction_test() 130 GRPC_CLOSURE_CREATE(cb, (void*)(intptr_t)1, grpc_schedule_on_exec_ctx)); in destruction_test() 133 GRPC_CLOSURE_CREATE(cb, (void*)(intptr_t)2, grpc_schedule_on_exec_ctx)); in destruction_test() 136 GRPC_CLOSURE_CREATE(cb, (void*)(intptr_t)3, grpc_schedule_on_exec_ctx)); in destruction_test() 139 GRPC_CLOSURE_CREATE(cb, (void*)(intptr_t)4, grpc_schedule_on_exec_ctx)); in destruction_test() 183 GRPC_CLOSURE_CREATE(cb, (void*)(intptr_t)0, grpc_schedule_on_exec_ctx)); in long_running_service_cleanup_test() 186 GRPC_CLOSURE_CREATE(cb, (void*)(intptr_t)1, grpc_schedule_on_exec_ctx)); in long_running_service_cleanup_test() 189 GRPC_CLOSURE_CREATE(cb, (void*)(intptr_t)2, grpc_schedule_on_exec_ctx)); in long_running_service_cleanup_test() [all …]
|
D | resolve_address_test.cc | 67 grpc_schedule_on_exec_ctx); in args_finish() 129 GRPC_CLOSURE_CREATE(must_succeed, &args, grpc_schedule_on_exec_ctx), in test_localhost() 142 GRPC_CLOSURE_CREATE(must_succeed, &args, grpc_schedule_on_exec_ctx), in test_default_port() 155 GRPC_CLOSURE_CREATE(must_succeed, &args, grpc_schedule_on_exec_ctx), in test_non_numeric_default_port() 168 GRPC_CLOSURE_CREATE(must_fail, &args, grpc_schedule_on_exec_ctx), in test_missing_default_port() 181 GRPC_CLOSURE_CREATE(must_succeed, &args, grpc_schedule_on_exec_ctx), in test_ipv6_with_port() 201 GRPC_CLOSURE_CREATE(must_succeed, &args, grpc_schedule_on_exec_ctx), in test_ipv6_without_port() 221 GRPC_CLOSURE_CREATE(must_fail, &args, grpc_schedule_on_exec_ctx), in test_invalid_ip_addresses() 240 GRPC_CLOSURE_CREATE(must_fail, &args, grpc_schedule_on_exec_ctx), in test_unparseable_hostports()
|
D | endpoint_tests.cc | 205 grpc_schedule_on_exec_ctx); in read_and_write_test() 207 &state, grpc_schedule_on_exec_ctx); in read_and_write_test() 285 grpc_schedule_on_exec_ctx)); in multiple_shutdown_test() 292 grpc_schedule_on_exec_ctx)); in multiple_shutdown_test() 297 grpc_schedule_on_exec_ctx), in multiple_shutdown_test()
|
D | fd_posix_test.cc | 210 grpc_schedule_on_exec_ctx); in listen_cb() 240 grpc_schedule_on_exec_ctx); in server_start() 321 grpc_schedule_on_exec_ctx); in client_session_write() 444 grpc_schedule_on_exec_ctx); in test_grpc_fd_change() 446 grpc_schedule_on_exec_ctx); in test_grpc_fd_change() 527 grpc_schedule_on_exec_ctx); in main()
|
D | tcp_client_uv_test.cc | 110 GRPC_CLOSURE_INIT(&done, must_succeed, NULL, grpc_schedule_on_exec_ctx); in test_succeeds() 152 GRPC_CLOSURE_INIT(&done, must_fail, NULL, grpc_schedule_on_exec_ctx); in test_fails() 199 grpc_schedule_on_exec_ctx); in main()
|
D | resolve_address_posix_test.cc | 71 grpc_schedule_on_exec_ctx); in args_finish() 133 GRPC_CLOSURE_CREATE(must_succeed, &args, grpc_schedule_on_exec_ctx), in test_unix_socket() 154 GRPC_CLOSURE_CREATE(must_fail, &args, grpc_schedule_on_exec_ctx), in test_unix_socket_path_name_too_long()
|
D | tcp_client_posix_test.cc | 109 GRPC_CLOSURE_INIT(&done, must_succeed, nullptr, grpc_schedule_on_exec_ctx); in test_succeeds() 158 GRPC_CLOSURE_INIT(&done, must_fail, nullptr, grpc_schedule_on_exec_ctx); in test_fails() 209 grpc_schedule_on_exec_ctx); in main()
|
D | ev_epollsig_linux_test.cc | 109 grpc_schedule_on_exec_ctx); in test_pollset_cleanup() 277 grpc_schedule_on_exec_ctx)); in test_threading() 292 grpc_schedule_on_exec_ctx)); in test_threading()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_closure.cc | 62 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx)); in BM_ClosureInitAgainstExecCtx() 86 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureRunOnExecCtx() 102 GRPC_CLOSURE_CREATE(DoNothing, nullptr, grpc_schedule_on_exec_ctx), in BM_ClosureCreateAndRun() 116 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx), in BM_ClosureInitAndRun() 127 GRPC_CLOSURE_INIT(&c, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSchedOnExecCtx() 142 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched2OnExecCtx() 143 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched2OnExecCtx() 160 GRPC_CLOSURE_INIT(&c1, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched3OnExecCtx() 161 GRPC_CLOSURE_INIT(&c2, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched3OnExecCtx() 162 GRPC_CLOSURE_INIT(&c3, DoNothing, nullptr, grpc_schedule_on_exec_ctx); in BM_ClosureSched3OnExecCtx() [all …]
|
D | bm_pollset.cc | 57 grpc_schedule_on_exec_ctx); in BM_CreateDestroyPollset() 125 grpc_schedule_on_exec_ctx); in BM_PollEmptyPollset() 152 grpc_schedule_on_exec_ctx); in BM_PollAddFd() 238 grpc_schedule_on_exec_ctx); in BM_SingleThreadPollOneFd() 249 grpc_schedule_on_exec_ctx); in BM_SingleThreadPollOneFd()
|
/external/grpc-grpc/src/core/ext/filters/deadline/ |
D | deadline_filter.cc | 55 deadline_state, grpc_schedule_on_exec_ctx)); in send_cancel_op_in_call_combiner() 74 grpc_schedule_on_exec_ctx); in timer_callback() 104 GRPC_CLOSURE_CREATE(timer_callback, elem, grpc_schedule_on_exec_ctx); in start_timer_if_needed() 110 elem, grpc_schedule_on_exec_ctx); in start_timer_if_needed() 147 grpc_schedule_on_exec_ctx); in inject_recv_trailing_metadata_ready() 204 grpc_schedule_on_exec_ctx); in grpc_deadline_state_init() 319 grpc_schedule_on_exec_ctx); in server_start_transport_stream_op_batch()
|
/external/grpc-grpc/src/core/ext/filters/max_age/ |
D | max_age_filter.cc | 457 grpc_schedule_on_exec_ctx); in init_channel_elem() 459 grpc_schedule_on_exec_ctx); in init_channel_elem() 462 grpc_schedule_on_exec_ctx); in init_channel_elem() 465 grpc_schedule_on_exec_ctx); in init_channel_elem() 468 grpc_schedule_on_exec_ctx); in init_channel_elem() 471 grpc_schedule_on_exec_ctx); in init_channel_elem() 474 grpc_schedule_on_exec_ctx); in init_channel_elem()
|
/external/grpc-grpc/test/core/util/ |
D | port_server_client.cc | 80 grpc_schedule_on_exec_ctx); in grpc_free_port_using_server() 92 grpc_schedule_on_exec_ctx), in grpc_free_port_using_server() 176 grpc_schedule_on_exec_ctx), in got_port_from_server() 212 grpc_schedule_on_exec_ctx); in grpc_pick_port_using_server() 226 grpc_schedule_on_exec_ctx), in grpc_pick_port_using_server()
|
D | test_tcp_server.cc | 48 grpc_schedule_on_exec_ctx); in test_tcp_server_init() 102 grpc_schedule_on_exec_ctx); in test_tcp_server_destroy() 111 grpc_schedule_on_exec_ctx)); in test_tcp_server_destroy()
|
/external/grpc-grpc/test/core/transport/ |
D | byte_stream_test.cc | 60 grpc_schedule_on_exec_ctx); in TEST() 92 grpc_schedule_on_exec_ctx); in TEST() 137 grpc_schedule_on_exec_ctx); in TEST() 172 grpc_schedule_on_exec_ctx); in TEST() 215 grpc_schedule_on_exec_ctx); in TEST()
|
D | connectivity_state_test.cc | 76 GRPC_CLOSURE_CREATE(must_fail, THE_ARG, grpc_schedule_on_exec_ctx); in test_subscribe_then_unsubscribe() 98 GRPC_CLOSURE_CREATE(must_succeed, THE_ARG, grpc_schedule_on_exec_ctx); in test_subscribe_then_destroy() 119 GRPC_CLOSURE_CREATE(must_fail, THE_ARG, grpc_schedule_on_exec_ctx); in test_subscribe_with_failure_then_destroy()
|
/external/grpc-grpc/test/core/http/ |
D | httpcli_test.cc | 84 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_get() 123 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_post() 208 grpc_schedule_on_exec_ctx); in main()
|
D | httpscli_test.cc | 87 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_get() 127 GRPC_CLOSURE_CREATE(on_finish, &response, grpc_schedule_on_exec_ctx), in test_post() 219 grpc_schedule_on_exec_ctx); in main()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | channel_connectivity.cc | 222 grpc_schedule_on_exec_ctx); in grpc_channel_watch_connectivity_state() 224 grpc_schedule_on_exec_ctx); in grpc_channel_watch_connectivity_state() 237 grpc_schedule_on_exec_ctx); in grpc_channel_watch_connectivity_state()
|
/external/grpc-grpc/src/core/lib/http/ |
D | httpcli.cc | 207 grpc_schedule_on_exec_ctx); in next_address() 246 GRPC_CLOSURE_INIT(&req->on_read, on_read, req, grpc_schedule_on_exec_ctx); in internal_request_begin() 248 grpc_schedule_on_exec_ctx); in internal_request_begin() 260 GRPC_CLOSURE_CREATE(on_resolved, req, grpc_schedule_on_exec_ctx), in internal_request_begin()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | udp_server.cc | 300 grpc_schedule_on_exec_ctx); in OrphanFd() 333 grpc_schedule_on_exec_ctx); in OnFdAboutToOrphan() 338 grpc_schedule_on_exec_ctx); in OnFdAboutToOrphan() 519 arg, grpc_schedule_on_exec_ctx); in do_write() 726 GRPC_CLOSURE_INIT(&read_closure_, on_read, this, grpc_schedule_on_exec_ctx); in StartListening() 729 GRPC_CLOSURE_INIT(&write_closure_, on_write, this, grpc_schedule_on_exec_ctx); in StartListening()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | client_load_reporting_filter.cc | 111 calld, grpc_schedule_on_exec_ctx); in start_transport_stream_op_batch() 120 grpc_schedule_on_exec_ctx); in start_transport_stream_op_batch()
|
/external/grpc-grpc/test/core/security/ |
D | oauth2_utils.cc | 83 grpc_schedule_on_exec_ctx); in grpc_test_fetch_oauth2_token_with_credentials() 86 grpc_schedule_on_exec_ctx); in grpc_test_fetch_oauth2_token_with_credentials()
|
/external/grpc-grpc/src/cpp/common/ |
D | alarm.cc | 70 this, grpc_schedule_on_exec_ctx); in Set() 85 this, grpc_schedule_on_exec_ctx); in Set()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | server.cc | 277 grpc_schedule_on_exec_ctx); in send_shutdown() 343 grpc_schedule_on_exec_ctx); in request_matcher_zombify_all_pending_calls() 428 finish_destroy_channel, chand, grpc_schedule_on_exec_ctx); in destroy_channel() 493 grpc_schedule_on_exec_ctx); in publish_new_rpc() 554 grpc_schedule_on_exec_ctx); in finish_start_new_rpc() 571 grpc_schedule_on_exec_ctx); in finish_start_new_rpc() 784 grpc_schedule_on_exec_ctx); in got_initial_metadata() 819 grpc_schedule_on_exec_ctx); in accept_stream() 851 grpc_schedule_on_exec_ctx); in init_call_elem() 854 grpc_schedule_on_exec_ctx); in init_call_elem() [all …]
|