Home
last modified time | relevance | path

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

/external/python/oauth2client/oauth2client/contrib/
Dmultiprocess_file_storage.py224 def acquire_lock(self): member in _MultiprocessStorageBackend
325 def acquire_lock(self): member in MultiprocessFileStorage
326 self._backend.acquire_lock()
Dmultistore_file.py238 def acquire_lock(self): member in _MultiStore._Storage
/external/python/cpython3/Lib/test/
Dtest_fork1.py41 imp.acquire_lock()
85 imp.acquire_lock()
Dtest_imp.py41 imp.acquire_lock()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py44 def acquire_lock(): function
48 self.loop.run_until_complete(acquire_lock())
56 def acquire_lock(): function
60 res = self.loop.run_until_complete(acquire_lock())
290 def acquire_lock(): function
294 with self.loop.run_until_complete(acquire_lock()):
303 def acquire_lock(): function
308 cm = self.loop.run_until_complete(acquire_lock())
870 def acquire_lock(): function
874 res = self.loop.run_until_complete(acquire_lock())
[all …]
/external/python/oauth2client/tests/contrib/
Dtest_multiprocess_file_storage.py149 original_acquire_lock = store.acquire_lock
157 credentials.store.acquire_lock = replacement_acquire_lock
287 backend.acquire_lock()
Dtest_keyring_storage.py47 store.acquire_lock()
/external/python/cpython2/Lib/test/
Dtest_imp.py27 imp.acquire_lock()
Dtest_fork1.py37 imp.acquire_lock()
/external/python/oauth2client/oauth2client/
Dclient.py355 def acquire_lock(self): member in Storage
407 self.acquire_lock()
421 self.acquire_lock()
436 self.acquire_lock()
767 self.store.acquire_lock()
/external/python/cpython3/Lib/importlib/
D_bootstrap.py163 _imp.acquire_lock()
177 _imp.acquire_lock()
857 _imp.acquire_lock()
/external/python/cpython3/Lib/
Dimp.py9 from _imp import (lock_held, acquire_lock, release_lock,
/external/python/cpython2/Doc/library/
Dimp.rst116 .. function:: acquire_lock()
/external/python/setuptools/pkg_resources/
D__init__.py2150 _imp.acquire_lock()
2182 _imp.acquire_lock()
/external/python/cpython3/Doc/library/
Dimp.rst281 .. function:: acquire_lock()
/external/gflags/src/
Dgflags.cc904 MutexLock acquire_lock(&lock); in GlobalRegistry() local
/external/python/cpython3/Doc/whatsnew/
D3.0.rst645 * Cleanup of the :mod:`thread` module: :func:`acquire_lock` and
/external/python/cpython2/Misc/
DHISTORY4599 lock": imp.acquire_lock() and imp.release_lock(). Note: this is a
/external/python/cpython3/Misc/
DHISTORY21983 lock": imp.acquire_lock() and imp.release_lock(). Note: this is a