Home
last modified time | relevance | path

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

/external/python/apitools/apitools/base/py/
Dcredentials_lib.py92 cache_file_lock = threading.Lock() variable
96 global cache_file_lock # pylint: disable=global-statement
97 cache_file_lock = lock
758 with cache_file_lock: