Home
last modified time | relevance | path

Searched refs:shutdown_starting (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dtcp_server_custom.cc72 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()
Dtcp_server_windows.cc94 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()
Dtcp_server.cc63 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()
Dtcp_server.h79 grpc_closure* shutdown_starting);
132 grpc_closure* shutdown_starting);
Dtcp_server_posix.cc95 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()
Dtcp_server_utils_posix.h80 grpc_closure_list shutdown_starting; member