Home
last modified time | relevance | path

Searched defs:is_shutdown (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs19 fn is_shutdown(&self) -> bool; in is_shutdown() method
43 fn is_shutdown(&self) -> bool { in is_shutdown() method
119 fn is_shutdown(&self) -> bool { in is_shutdown() method
380 fn is_shutdown(&self) -> bool { in is_shutdown() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dschedule_io.rs59 is_shutdown: bool, field
479 let is_shutdown = schedule_io.waiters.get_mut().unwrap().is_shutdown; in ut_schedule_io_default() localVariable