Searched refs:shutdown_starting (Results 1 – 6 of 6) sorted by relevance
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_server_custom.cc | 72 grpc_closure_list shutdown_starting; member 114 s->shutdown_starting.head = nullptr; in tcp_server_create() 115 s->shutdown_starting.tail = nullptr; in tcp_server_create() 129 grpc_closure* shutdown_starting) { in tcp_server_shutdown_starting_add() argument 130 grpc_closure_list_append(&s->shutdown_starting, shutdown_starting, in tcp_server_shutdown_starting_add() 209 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &s->shutdown_starting); in tcp_server_unref()
|
D | tcp_server_windows.cc | 94 grpc_closure_list shutdown_starting; member 116 s->shutdown_starting.head = NULL; in tcp_server_create() 117 s->shutdown_starting.tail = NULL; in tcp_server_create() 159 grpc_closure* shutdown_starting) { in tcp_server_shutdown_starting_add() argument 161 grpc_closure_list_append(&s->shutdown_starting, shutdown_starting, in tcp_server_shutdown_starting_add() 187 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &s->shutdown_starting); in tcp_server_unref()
|
D | tcp_server.cc | 63 grpc_closure* shutdown_starting) { in grpc_tcp_server_shutdown_starting_add() argument 64 grpc_tcp_server_impl->shutdown_starting_add(s, shutdown_starting); in grpc_tcp_server_shutdown_starting_add()
|
D | tcp_server.h | 79 grpc_closure* shutdown_starting); 132 grpc_closure* shutdown_starting);
|
D | tcp_server_posix.cc | 95 s->shutdown_starting.head = nullptr; in tcp_server_create() 96 s->shutdown_starting.tail = nullptr; in tcp_server_create() 537 grpc_closure* shutdown_starting) { in tcp_server_shutdown_starting_add() argument 539 grpc_closure_list_append(&s->shutdown_starting, shutdown_starting, in tcp_server_shutdown_starting_add() 548 grpc_core::ExecCtx::RunList(DEBUG_LOCATION, &s->shutdown_starting); in tcp_server_unref()
|
D | tcp_server_utils_posix.h | 80 grpc_closure_list shutdown_starting; member
|