Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dsemaphore.rs90 pub struct AutoRelSemaphorePermit<'a> { struct
91 sem: &'a AutoRelSemaphore,
341 impl Drop for AutoRelSemaphorePermit<'_> { implementation