Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dsemaphore.rs86 pub struct SemaphorePermit; struct
160 pub fn try_acquire(&self) -> Result<SemaphorePermit, SemaphoreError> { in try_acquire()
185 pub async fn acquire(&self) -> Result<SemaphorePermit, SemaphoreError> { in acquire()