Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/
Dsemaphore.rs407 pub struct SemaphorePermit<'a> { struct
420 pub struct OwnedSemaphorePermit { argument
967 impl<'a> SemaphorePermit<'a> { implementation
1190 impl Drop for SemaphorePermit<'_> { implementation