Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dwaiter.rs146 self.sem.release_all(); in wake_all()
H A Dsemaphore_inner.rs113 pub(crate) fn release_all(&self) { in release_all() method