Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dcredentials_lib.py43 cache_file_lock = threading.Lock() variable
47 global cache_file_lock # pylint: disable=global-statement
48 cache_file_lock = lock
216 with cache_file_lock:
245 with cache_file_lock:
546 with cache_file_lock: