Searched defs:_acquireLock (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
H A D__init__.py175 _acquireLock()
210 def _acquireLock(): function
221 Release the module-level lock acquired by calling _acquireLock().
621 # set to None. If _acquireLock is None, assume this is the case and do
623 if _acquireLock is not None:
624 _acquireLock()
635 _acquireLock()
667 _acquireLock()
774 _acquireLock()
1006 _acquireLock()
[all...]

Completed in 24 milliseconds