Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_fork1.py27 imp.acquire_lock()
73 imp.acquire_lock()
Dtest_concurrent_futures.py395 def acquire_lock(lock): function
400 self.executor.submit(acquire_lock, sem)
490 def acquire_lock(lock): function
496 self.executor.submit(acquire_lock, sem)
874 def acquire_lock(lock): function
879 executor.submit(acquire_lock, sem)
Dtest_imp.py41 imp.acquire_lock()
/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/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/libcups/notifier/
Ddbus.c156 static int acquire_lock(int *fd, char *lockfile, size_t locksize);
278 acquire_lock(&lock_fd, lock_filename, sizeof(lock_filename))) in main()
607 acquire_lock(int *fd, /* O - Lock file descriptor */ in acquire_lock() function
/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.py172 _imp.acquire_lock()
186 _imp.acquire_lock()
876 _imp.acquire_lock()
/external/python/cpython3/Lib/
Dimp.py9 from _imp import (lock_held, acquire_lock, release_lock,
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py59 def acquire_lock(): function
66 self.loop.run_until_complete(acquire_lock())
859 def acquire_lock(): function
866 self.loop.run_until_complete(acquire_lock())
/external/python/cffi/cffi/
Dvengine_cpy.py148 imp.acquire_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.rst280 .. 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