Home
last modified time | relevance | path

Searched defs:is_closed (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dsemaphore.rs203 pub fn is_closed(&self) -> bool { in is_closed() method
319 pub fn is_closed(&self) -> bool { in is_closed() method
H A Doneshot.rs210 pub fn is_closed(&self) -> bool { in is_closed() method
H A Dsemaphore_inner.rs142 pub(crate) fn is_closed(&self) -> bool { in is_closed() method
H A Dwatch.rs527 let is_closed = state & CLOSED == CLOSED; in load() localVariable
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
H A Dmod.rs141 pub fn is_closed(&self) -> bool { in is_closed() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Dmod.rs246 pub fn is_closed(&self) -> bool { in is_closed() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dstreams.rs285 pub(crate) fn is_closed(&self) -> bool { in is_closed() method