Home
last modified time | relevance | path

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

/external/python/oauth2client/oauth2client/contrib/
Dmultistore_file.py216 self._thread_lock = threading.Lock()
301 self._thread_lock.acquire()
342 self._thread_lock.release()
352 assert self._thread_lock.locked()
364 assert self._thread_lock.locked()
Dmultiprocess_file_storage.py202 self._thread_lock = threading.Lock()
225 self._thread_lock.acquire()
254 self._thread_lock.release()
/external/python/apitools/apitools/base/py/
Dcredentials_lib.py593 _thread_lock = threading.Lock() variable in _MultiProcessCacheFile
633 with self._thread_lock:
660 with self._thread_lock:
/external/python/oauth2client/tests/contrib/
Dtest_multiprocess_file_storage.py294 backend._thread_lock.acquire()