Home
last modified time | relevance | path

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

/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
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c170 bool with_lock) in bo_cache_free_all()
/external/python/cpython3/Lib/test/
Dlock_tests.py189 def with_lock(err=None): function