| /external/rust/crates/crossbeam-utils/tests/ | 
| D | sharded_lock.rs | 58         let _lock = arc2.write().unwrap();  in arc_poison_wr()  localVariable 73         let _lock = arc2.write().unwrap();  in arc_poison_ww()  localVariable 88         let _lock = arc2.read().unwrap();  in arc_no_poison_rr()  localVariable 102         let _lock = arc2.read().unwrap();  in arc_no_poison_sl()  localVariable 230         let _lock = m2.write().unwrap();  in test_into_inner_poison()  localVariable 256         let _lock = m2.write().unwrap();  in test_get_mut_poison()  localVariable
  | 
| /external/arm-trusted-firmware/plat/brcm/board/stingray/src/ | 
| D | brcm_pm_ops.c | 42 #define event_lock_get(_lock) spin_lock(&_lock)  argument 43 #define event_lock_release(_lock) spin_unlock(&_lock)  argument 51 #define event_lock_get(_lock) bakery_lock_get(&_lock)  argument 52 #define event_lock_release(_lock) bakery_lock_release(&_lock)  argument
  | 
| /external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/ | 
| D | TestCoroutineExceptionHandler.kt | 55     private val _lock = SynchronizedObject()  in cleanupTestCoroutines()  constant
  | 
| /external/rust/crates/parking_lot/src/ | 
| D | rwlock.rs | 187             let _lock = arc2.write();  in test_rw_arc_no_poison_wr()  localVariable 200             let _lock = arc2.write();  in test_rw_arc_no_poison_ww()  localVariable 213             let _lock = arc2.read();  in test_rw_arc_no_poison_rr()  localVariable 226             let _lock = arc2.read();  in test_rw_arc_no_poison_rw()  localVariable 550             let _lock = arc2.write();  in test_rwlock_recursive()  localVariable 576         let _lock = x.write();  in test_rwlock_debug()  localVariable
  | 
| D | remutex.rs | 119         let _lock = m.try_lock();  in trylock_works()  localVariable
  | 
| D | fair_mutex.rs | 259         let _lock = mutex.lock();  in test_mutex_debug()  localVariable
  | 
| D | mutex.rs | 296         let _lock = mutex.lock();  in test_mutex_debug()  localVariable
  | 
| /external/tensorflow/tensorflow/python/summary/writer/ | 
| D | writer_cache.py | 34   _lock = threading.RLock()  variable in FileWriterCache
  | 
| /external/cronet/build/fuchsia/test/ | 
| D | lockfile.py | 43 def _lock(path, timeout=0):  function
  | 
| /external/angle/build/fuchsia/test/ | 
| D | lockfile.py | 43 def _lock(path, timeout=0):  function
  | 
| /external/toolchain-utils/crosperf/ | 
| D | image_checksummer.py | 56     _lock = threading.Lock()  variable in ImageChecksummer
  | 
| /external/rust/crates/tokio/tests/ | 
| D | sync_mutex_owned.rs | 99         let _lock = m1.clone().lock_owned().await;  in aborted_future_2()  localVariable
  | 
| D | sync_mutex.rs | 132         let _lock = m1.lock().await;  in aborted_future_2()  localVariable
  | 
| /external/autotest/server/hosts/ | 
| D | attached_device_host.py | 81     def _lock(self):  member in AttachedDeviceHost
  | 
| D | servo_host.py | 1409     def _lock(self):  member in ServoHost
  | 
| /external/cronet/build/android/ | 
| D | fast_local_dev_server.py | 45   _lock = threading.Lock()  variable in TaskStats
  | 
| /external/angle/build/android/ | 
| D | fast_local_dev_server.py | 45   _lock = threading.Lock()  variable in TaskStats
  | 
| /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ | 
| D | log.py | 37 _lock = threading.Lock()  variable
  | 
| /external/python/oauth2client/oauth2client/contrib/ | 
| D | multistore_file.py | 299     def _lock(self):  member in _MultiStore
  | 
| /external/autotest/utils/frozen_chromite/third_party/oauth2client/ | 
| D | multistore_file.py | 281     def _lock(self):  member in _MultiStore
  | 
| /external/openthread/tools/harness-automation/autothreadharness/ | 
| D | open_thread_controller.py | 49     _lock = threading.Lock()  variable in OpenThreadController
  | 
| /external/python/cpython3/Lib/test/ | 
| D | _test_eintr.py | 489     def _lock(self, lock_func, lock_name):  member in FNTLEINTRTest
  | 
| /external/python/cpython3/Lib/ | 
| D | webbrowser.py | 17 _lock = threading.RLock()  variable
  | 
| /external/crosvm/base/src/sys/windows/ | 
| D | stream_channel.rs | 290         let _lock = self.local_write_lock.lock();  in write_immutable()  localVariable
  | 
| /external/python/cpython2/Lib/logging/ | 
| D | __init__.py | 201     _lock = threading.RLock()  variable 203     _lock = None  variable
  |