Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c170 bool with_lock) in bo_cache_free_all()
/third_party/rust/rust/compiler/rustc_data_structures/src/
Dsync.rs596 pub fn with_lock<F: FnOnce(&mut T) -> R, R>(&self, f: F) -> R { in with_lock() method