Home
last modified time | relevance | path

Searched refs:acquire_lock (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_fork1.py29 imp.acquire_lock()
75 imp.acquire_lock()
H A Dtest_concurrent_futures.py430 def acquire_lock(lock): function
435 self.executor.submit(acquire_lock, sem)
524 def acquire_lock(lock): function
536 self.executor.submit(acquire_lock, sem)
929 def acquire_lock(lock): function
934 executor.submit(acquire_lock, sem)
H A Dtest_imp.py46 imp.acquire_lock()
/third_party/python/Lib/
H A Dimp.py9 from _imp import (lock_held, acquire_lock, release_lock, namespace
/third_party/python/Lib/importlib/
H A D_bootstrap.py185 _imp.acquire_lock()
199 _imp.acquire_lock()
1028 _imp.acquire_lock()

Completed in 6 milliseconds