Home
last modified time | relevance | path

Searched refs:release_lock (Results 1 – 18 of 18) sorted by relevance

/external/libunwind/src/
Dos-hpux.c69 goto release_lock; in tdep_get_elf_image()
73 goto release_lock; in tdep_get_elf_image()
77 goto release_lock; in tdep_get_elf_image()
81 goto release_lock; in tdep_get_elf_image()
116 release_lock: in tdep_get_elf_image()
/external/python/cpython2/Lib/test/
Dtest_imp.py31 imp.release_lock()
38 imp.release_lock()
Dtest_fork1.py42 imp.release_lock()
/external/python/oauth2client/oauth2client/contrib/
Dmultiprocess_file_storage.py246 def release_lock(self): member in _MultiprocessStorageBackend
328 def release_lock(self): member in MultiprocessFileStorage
329 self._backend.release_lock()
Dmultistore_file.py245 def release_lock(self): member in _MultiStore._Storage
/external/python/cpython3/Lib/test/
Dtest_fork1.py46 imp.release_lock()
91 imp.release_lock()
Dtest_imp.py45 imp.release_lock()
52 imp.release_lock()
/external/python/oauth2client/oauth2client/
Dclient.py363 def release_lock(self): member in Storage
411 self.release_lock()
425 self.release_lock()
440 self.release_lock()
779 self.store.release_lock()
/external/python/cpython3/Lib/importlib/
D_bootstrap.py185 _imp.release_lock()
189 _imp.release_lock()
861 _imp.release_lock()
/external/python/oauth2client/tests/contrib/
Dtest_keyring_storage.py54 store.release_lock()
Dtest_multiprocess_file_storage.py295 backend.release_lock()
/external/python/cpython3/Lib/
Dimp.py9 from _imp import (lock_held, acquire_lock, release_lock,
/external/python/cpython2/Doc/library/
Dimp.rst130 .. function:: release_lock()
/external/python/setuptools/pkg_resources/
D__init__.py2177 _imp.release_lock()
2189 _imp.release_lock()
/external/python/cpython3/Doc/library/
Dimp.rst301 .. function:: release_lock()
/external/python/cpython3/Doc/whatsnew/
D3.0.rst646 :func:`release_lock` are gone; use :func:`acquire` and
/external/python/cpython2/Misc/
DHISTORY4599 lock": imp.acquire_lock() and imp.release_lock(). Note: this is a
4601 this is the last release_lock() call. You can check with
/external/python/cpython3/Misc/
DHISTORY21983 lock": imp.acquire_lock() and imp.release_lock(). Note: this is a
21985 this is the last release_lock() call. You can check with