Searched defs:acquire_lock (Results 1 – 7 of 7) sorted by relevance
| /external/python/oauth2client/oauth2client/contrib/ | ||
| D | multiprocess_file_storage.py | 224 def acquire_lock(self): member in _MultiprocessStorageBackend |
| D | multistore_file.py | 238 def acquire_lock(self): member in _MultiStore._Storage |
| /external/libcups/notifier/ | ||
| D | dbus.c | 607 acquire_lock(int *fd, /* O - Lock file descriptor */ in acquire_lock() function |
| /external/python/cpython3/Lib/test/test_asyncio/ | ||
| D | test_locks.py | 59 def acquire_lock(): function |
| /external/python/cpython3/Lib/test/ | ||
| D | test_concurrent_futures.py | 395 def acquire_lock(lock): function |
| /external/python/oauth2client/oauth2client/ | ||
| D | client.py | 355 def acquire_lock(self): member in Storage |
| /external/gflags/src/ | ||
| D | gflags.cc | 904 MutexLock acquire_lock(&lock); in GlobalRegistry() local |