Home
last modified time | relevance | path

Searched refs:unreleased (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
H A Dwindow.rs80 let unreleased = self.actual - self.notification; in unreleased_size() localVariable
81 if unreleased <= 0 { in unreleased_size()
84 if unreleased * 2 > self.notification { in unreleased_size()
85 Some(unreleased as u32) in unreleased_size()
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md103 An unreleased lock in any thread will prevent other threads from acquiring the same lock, leading t…