Home
last modified time | relevance | path

Searched defs:shutdown (Results 1 – 25 of 25) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/
Dmod.rs25 fn shutdown(&self); in shutdown() method
Dhttp1.rs132 fn shutdown(&self) { in shutdown() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dmod.rs32 fn shutdown(&self); in shutdown() method
Dhttp2.rs353 fn shutdown(&self) { in shutdown() method
536 let shutdown = Arc::new(AtomicBool::new(false)); in ut_http2_body_poll_read() localVariable
Dhttp1.rs398 fn shutdown(&self) { in shutdown() method
Dhttp3.rs288 fn shutdown(&self) { in shutdown() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dblocking_pool.rs76 pub fn shutdown(&mut self, timeout: Duration) -> bool { in shutdown() method
157 shutdown: bool, field
376 let shutdown = shared.shutdown; in run() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dasync_write.rs290 fn shutdown(&mut self) -> ShutdownTask<'_, Self> in shutdown() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dstream.rs123 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in shutdown() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dmod.rs81 pub(crate) fn shutdown(self) { in shutdown() method
Dtask_handle.rs219 pub(crate) unsafe fn shutdown(self) { in shutdown() function
Djoin_set.rs263 pub async fn shutdown(&mut self) { in shutdown() method
Draw.rs165 pub(super) fn shutdown(self) { in shutdown() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Dmod.rs268 fn shutdown(&self) { in shutdown() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
Ddatagram.rs429 pub fn shutdown(&self, how: std::net::Shutdown) -> Result<()> { in shutdown() method
Dstream.rs332 pub fn shutdown(&self, how: Shutdown) -> Result<()> { in shutdown() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
Ddatagram.rs257 pub fn shutdown(&self, how: std::net::Shutdown) -> io::Result<()> { in shutdown() method
Dstream.rs157 pub fn shutdown(&self, how: std::net::Shutdown) -> io::Result<()> { in shutdown() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
Dstream.rs195 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in shutdown() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dstream.rs176 pub(crate) fn shutdown(&mut self) -> Result<ShutdownResult, SslError> { in shutdown() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dstream.rs562 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in shutdown() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs160 pub(crate) shutdown: AtomicBool, field
223 pub(crate) fn shutdown(&self) { in shutdown() method
624 pub(crate) fn shutdown(&self) { in shutdown() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dschedule_io.rs179 pub(crate) fn shutdown(&self) { in shutdown() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
Dstream_manager.rs688 fn shutdown(&mut self, cx: &mut Context<'_>, err: &DispatchErrorKind) { in shutdown() method
Dstreams.rs571 pub(crate) fn shutdown(&mut self, cx: &mut Context<'_>, err: &DispatchErrorKind) { in shutdown() method