/external/python/oauth2client/oauth2client/contrib/ |
D | multiprocess_file_storage.py | 224 def acquire_lock(self): member in _MultiprocessStorageBackend 325 def acquire_lock(self): member in MultiprocessFileStorage 326 self._backend.acquire_lock()
|
D | multistore_file.py | 238 def acquire_lock(self): member in _MultiStore._Storage
|
/external/python/cpython3/Lib/test/ |
D | test_fork1.py | 41 imp.acquire_lock() 85 imp.acquire_lock()
|
D | test_imp.py | 41 imp.acquire_lock()
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_locks.py | 44 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/ |
D | test_multiprocess_file_storage.py | 149 original_acquire_lock = store.acquire_lock 157 credentials.store.acquire_lock = replacement_acquire_lock 287 backend.acquire_lock()
|
D | test_keyring_storage.py | 47 store.acquire_lock()
|
/external/python/cpython2/Lib/test/ |
D | test_imp.py | 27 imp.acquire_lock()
|
D | test_fork1.py | 37 imp.acquire_lock()
|
/external/python/oauth2client/oauth2client/ |
D | client.py | 355 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.py | 163 _imp.acquire_lock() 177 _imp.acquire_lock() 857 _imp.acquire_lock()
|
/external/python/cpython3/Lib/ |
D | imp.py | 9 from _imp import (lock_held, acquire_lock, release_lock,
|
/external/python/cpython2/Doc/library/ |
D | imp.rst | 116 .. function:: acquire_lock()
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 2150 _imp.acquire_lock() 2182 _imp.acquire_lock()
|
/external/python/cpython3/Doc/library/ |
D | imp.rst | 281 .. function:: acquire_lock()
|
/external/gflags/src/ |
D | gflags.cc | 904 MutexLock acquire_lock(&lock); in GlobalRegistry() local
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.0.rst | 645 * Cleanup of the :mod:`thread` module: :func:`acquire_lock` and
|
/external/python/cpython2/Misc/ |
D | HISTORY | 4599 lock": imp.acquire_lock() and imp.release_lock(). Note: this is a
|
/external/python/cpython3/Misc/ |
D | HISTORY | 21983 lock": imp.acquire_lock() and imp.release_lock(). Note: this is a
|