Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/
Dsplit.rs59 fn with_lock<R>(&self, f: impl FnOnce(Pin<&mut T>) -> R) -> R { in with_lock() method
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.c174 bool with_lock) in bo_cache_free_all()