Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/benches_disabled/
Dbilock.rs40 fn release_lock(&mut self, guard: BiLockAcquired<u32>) { in release_lock() method
81 x.release_lock(x_guard); in contended()
88 y.release_lock(y_guard); in contended()
114 x.release_lock(x_guard); in lock_unlock()
121 y.release_lock(y_guard); in lock_unlock()
/external/python/cpython2/Lib/test/
Dtest_imp.py31 imp.release_lock()
38 imp.release_lock()
Dtest_fork1.py42 imp.release_lock()
/external/python/cpython3/Lib/test/
Dtest_fork1.py32 imp.release_lock()
79 imp.release_lock()
Dtest_imp.py45 imp.release_lock()
52 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/libcups/notifier/
Ddbus.c157 static void release_lock(void);
574 release_lock(); in main()
586 release_lock(void) in release_lock() function
598 release_lock(); in handle_sigterm()
/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/oauth2client/tests/contrib/
Dtest_keyring_storage.py54 store.release_lock()
Dtest_multiprocess_file_storage.py295 backend.release_lock()
/external/python/cpython3/Lib/importlib/
D_bootstrap.py194 _imp.release_lock()
198 _imp.release_lock()
880 _imp.release_lock()
/external/python/cpython3/Lib/
Dimp.py9 from _imp import (lock_held, acquire_lock, release_lock,
/external/python/cffi/cffi/
Dvengine_cpy.py164 imp.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.rst300 .. 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