/external/rust/crates/futures-util/benches_disabled/ |
D | bilock.rs | 40 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/ |
D | test_imp.py | 31 imp.release_lock() 38 imp.release_lock()
|
D | test_fork1.py | 42 imp.release_lock()
|
/external/python/cpython3/Lib/test/ |
D | test_fork1.py | 32 imp.release_lock() 79 imp.release_lock()
|
D | test_imp.py | 45 imp.release_lock() 52 imp.release_lock()
|
/external/python/oauth2client/oauth2client/contrib/ |
D | multiprocess_file_storage.py | 246 def release_lock(self): member in _MultiprocessStorageBackend 328 def release_lock(self): member in MultiprocessFileStorage 329 self._backend.release_lock()
|
D | multistore_file.py | 245 def release_lock(self): member in _MultiStore._Storage
|
/external/libcups/notifier/ |
D | dbus.c | 157 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/ |
D | client.py | 363 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/ |
D | test_keyring_storage.py | 54 store.release_lock()
|
D | test_multiprocess_file_storage.py | 295 backend.release_lock()
|
/external/python/cpython3/Lib/importlib/ |
D | _bootstrap.py | 194 _imp.release_lock() 198 _imp.release_lock() 880 _imp.release_lock()
|
/external/python/cpython3/Lib/ |
D | imp.py | 9 from _imp import (lock_held, acquire_lock, release_lock,
|
/external/python/cffi/cffi/ |
D | vengine_cpy.py | 164 imp.release_lock()
|
/external/python/cpython2/Doc/library/ |
D | imp.rst | 130 .. function:: release_lock()
|
/external/python/setuptools/pkg_resources/ |
D | __init__.py | 2177 _imp.release_lock() 2189 _imp.release_lock()
|
/external/python/cpython3/Doc/library/ |
D | imp.rst | 300 .. function:: release_lock()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.0.rst | 646 :func:`release_lock` are gone; use :func:`acquire` and
|
/external/python/cpython2/Misc/ |
D | HISTORY | 4599 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/ |
D | HISTORY | 21983 lock": imp.acquire_lock() and imp.release_lock(). Note: this is a 21985 this is the last release_lock() call. You can check with
|