Home
last modified time | relevance | path

Searched defs:acquire (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dsemaphore.rs185 pub async fn acquire(&self) -> Result<SemaphorePermit, SemaphoreError> { in acquire() method
301 pub async fn acquire(&self) -> Result<AutoRelSemaphorePermit<'_>, SemaphoreError> { in acquire() method
Dsemaphore_inner.rs153 pub(crate) fn acquire(&self) -> Permit<'_> { in acquire() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dafd.rs208 pub(crate) fn acquire(&self) -> io::Result<Arc<Afd>> { in acquire() method