Searched refs:on_shutdown (Results 1 – 8 of 8) sorted by relevance
/third_party/grpc/src/core/lib/iomgr/ |
D | pollset_windows.cc | 103 pollset->on_shutdown = closure; in pollset_shutdown() 148 if (pollset->shutting_down && pollset->on_shutdown != NULL) { in pollset_work() 149 grpc_core::ExecCtx::Run(DEBUG_LOCATION, pollset->on_shutdown, in pollset_work() 151 pollset->on_shutdown = NULL; in pollset_work()
|
D | pollset_windows.h | 62 grpc_closure* on_shutdown; member
|
/third_party/boost/libs/beast/example/http/client/async-ssl/ |
D | http_client_async_ssl.cpp | 180 &session::on_shutdown, in on_read() 185 on_shutdown(beast::error_code ec) in on_shutdown() function in session
|
/third_party/boost/libs/beast/example/http/client/async-ssl-system-executor/ |
D | http_client_async_ssl_system_executor.cpp | 188 &session::on_shutdown, in on_read() 193 on_shutdown(beast::error_code ec) in on_shutdown() function in session
|
/third_party/libuv/test/ |
D | echo-server.c | 73 static void on_shutdown(uv_shutdown_t* req, int status) { in on_shutdown() function 142 ASSERT_EQ(0, uv_shutdown(malloc(sizeof* sreq), handle, on_shutdown)); in after_read()
|
/third_party/boost/libs/beast/example/http/server/async-ssl/ |
D | http_server_async_ssl.cpp | 407 &session::on_shutdown, in do_close() 412 on_shutdown(beast::error_code ec) in on_shutdown() function in session
|
/third_party/boost/libs/beast/example/http/server/flex/ |
D | http_server_flex.cpp | 495 &ssl_session::on_shutdown, in do_eof() 500 on_shutdown(beast::error_code ec) in on_shutdown() function in ssl_session
|
/third_party/boost/libs/beast/example/advanced/server-flex/ |
D | advanced_server_flex.cpp | 767 &ssl_http_session::on_shutdown, in do_eof() 787 on_shutdown(beast::error_code ec) in on_shutdown() function in ssl_http_session
|