Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/
Dmod.rs28 fn shutdown(&self); in shutdown() method
Dhttp1.rs136 fn shutdown(&self) { in shutdown() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dmod.rs31 fn shutdown(&self); in shutdown() method
Dhttp1.rs141 fn shutdown(&self) { in shutdown() method
Dhttp2.rs281 fn shutdown(&self) { in shutdown() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dblocking_pool.rs75 pub fn shutdown(&mut self, timeout: Duration) -> bool { in shutdown() method
157 shutdown: bool, field
330 let shutdown = shared.shutdown; in run() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dmod.rs79 pub(crate) fn shutdown(self) { in shutdown() method
Dtask_handle.rs246 pub(crate) unsafe fn shutdown(self) { in shutdown() function
Djoin_set.rs263 pub async fn shutdown(&mut self) { in shutdown() method
Draw.rs109 pub(super) fn shutdown(self) { 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_io/src/sys/windows/tcp/
Dstream.rs121 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in shutdown() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dstream.rs155 pub(crate) fn shutdown(&mut self) -> Result<ShutdownResult, SslError> { in shutdown() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/tcp/
Dstream.rs156 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in shutdown() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dstream.rs508 pub fn shutdown(&self, how: Shutdown) -> io::Result<()> { in shutdown() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs88 pub(crate) shutdown: AtomicBool, field
134 pub(crate) fn shutdown(&self) { in shutdown() method
316 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