Home
last modified time | relevance | path

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

/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/libcups/notifier/
Ddbus.c607 acquire_lock(int *fd, /* O - Lock file descriptor */ in acquire_lock() function
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_locks.py59 def acquire_lock(): function
859 def acquire_lock(): function
/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py395 def acquire_lock(lock): function
490 def acquire_lock(lock): function
874 def acquire_lock(lock): function
/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