Home
last modified time | relevance | path

Searched refs:is_shutdown (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs19 fn is_shutdown(&self) -> bool; in is_shutdown() functions
52 fn is_shutdown(&self) -> bool { in is_shutdown() functions
55 Self::Http1(h1) => h1.is_shutdown(), in is_shutdown()
58 Self::Http2(h2) => h2.is_shutdown(), in is_shutdown()
61 Self::Http3(h3) => h3.is_shutdown(), in is_shutdown()
147 fn is_shutdown(&self) -> bool { in is_shutdown() functions
392 fn is_shutdown(&self) -> bool { in is_shutdown() functions
854 fn is_shutdown(&self) -> bool { in is_shutdown() functions
919 /// UT test cases for `ConnDispatcher::is_shutdown`.
923 /// 2. Calls `ConnDispatcher::is_shutdown` t
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dschedule_io.rs59 is_shutdown: bool,
149 if !waiters.is_shutdown && ready_event.ready.is_empty() {
254 waiters.is_shutdown |= shutdown; in wake0()
348 if waiters.is_shutdown { in poll_init()
479 let is_shutdown = schedule_io.waiters.get_mut().unwrap().is_shutdown; in ut_schedule_io_default()
480 assert!(!is_shutdown); in ut_schedule_io_default()
522 assert!(schedule_io.waiters.get_mut().unwrap().is_shutdown); in ut_schedule_io_shutdown()

Completed in 2 milliseconds