Home
last modified time | relevance | path

Searched defs:acquire_lock (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py44 def acquire_lock(): function
56 def acquire_lock(): function
290 def acquire_lock(): function
303 def acquire_lock(): function
870 def acquire_lock(): function
1013 def acquire_lock(): function
/external/python/oauth2client/oauth2client/contrib/
Dmultiprocess_file_storage.py224 def acquire_lock(self): member in _MultiprocessStorageBackend
325 def acquire_lock(self): member in MultiprocessFileStorage
Dmultistore_file.py238 def acquire_lock(self): member in _MultiStore._Storage
/external/python/oauth2client/oauth2client/
Dclient.py355 def acquire_lock(self): member in Storage
/external/gflags/src/
Dgflags.cc904 MutexLock acquire_lock(&lock); in GlobalRegistry() local