Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
D_strptime.py271 _cache_lock = _thread_allocate_lock() variable
302 with _cache_lock:
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils.py278 self._cache_lock = threading.RLock()
1915 with self._cache_lock:
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py315 self._cache_lock = threading.RLock()
2037 with self._cache_lock: