Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c162 bool with_lock) in bo_cache_free_all() argument
166 if (with_lock) in bo_cache_free_all()
173 if (with_lock) in bo_cache_free_all()
/third_party/python/Doc/library/
Dtyping.rst730 For example, to annotate a decorator ``with_lock`` which provides a
732 used to indicate that ``with_lock`` expects a callable which takes in a
749 def with_lock(f: Callable[Concatenate[Lock, P], R]) -> Callable[P, R]:
757 @with_lock