Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dmod.rs28 fn shutdown(&self); in shutdown() method
Dhttp2.rs338 fn shutdown(&self) { in shutdown() method
458 let shutdown = Arc::new(AtomicBool::new(false)); in ut_http2_body_poll_read() localVariable
Dhttp1.rs291 fn shutdown(&self) { in shutdown() method
/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_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_http/ylong_http_client/src/async_impl/downloader/
Dmod.rs267 fn shutdown(&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/io/
Dasync_write.rs290 fn shutdown(&mut self) -> ShutdownTask<'_, Self> 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_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_http/ylong_http_client/src/util/
Ddispatcher.rs89 pub(crate) shutdown: AtomicBool, field
136 pub(crate) fn shutdown(&self) { in shutdown() method
449 pub(crate) 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/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.rs174 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_runtime/ylong_runtime/src/net/
Dschedule_io.rs179 pub(crate) fn shutdown(&self) { in shutdown() method