Searched refs:with_lock (Results 1 – 2 of 2) sorted by relevance
162 bool with_lock) in bo_cache_free_all() argument166 if (with_lock) in bo_cache_free_all()173 if (with_lock) in bo_cache_free_all()
730 For example, to annotate a decorator ``with_lock`` which provides a732 used to indicate that ``with_lock`` expects a callable which takes in a749 def with_lock(f: Callable[Concatenate[Lock, P], R]) -> Callable[P, R]:757 @with_lock