Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dsemaphore_inner.rs32 pub(crate) struct SemaphoreInner { struct
38 semaphore: &'a SemaphoreInner, argument
66 impl SemaphoreInner { impl
67 pub(crate) fn new(permits: usize) -> Result<SemaphoreInner, SemaphoreError> { in new()
212 impl Debug for SemaphoreInner { implementation