Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/context/
Dblocking.rs15 pub(crate) struct DisallowBlockInPlaceGuard(bool); struct
105 impl Drop for DisallowBlockInPlaceGuard { implementation