| /external/rust/crates/crossbeam-utils/tests/ |
| D | sharded_lock.rs | 55 let _lock = arc2.write().unwrap(); in arc_poison_wr() localVariable 70 let _lock = arc2.write().unwrap(); in arc_poison_ww() localVariable 85 let _lock = arc2.read().unwrap(); in arc_no_poison_rr() localVariable 99 let _lock = arc2.read().unwrap(); in arc_no_poison_sl() localVariable 227 let _lock = m2.write().unwrap(); in test_into_inner_poison() localVariable 253 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 | 41 #define event_lock_get(_lock) spin_lock(&_lock) argument 42 #define event_lock_release(_lock) spin_unlock(&_lock) argument 50 #define event_lock_get(_lock) bakery_lock_get(&_lock) argument 51 #define event_lock_release(_lock) bakery_lock_release(&_lock) argument
|
| /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 544 let _lock = arc2.write(); in test_rwlock_recursive() localVariable 570 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 | 262 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 | 38 _lock = threading.RLock() variable in FileWriterCache
|
| /external/toolchain-utils/crosperf/ |
| D | image_checksummer.py | 49 _lock = threading.Lock() variable in ImageChecksummer
|
| /external/rust/crates/tokio/tests/ |
| D | sync_mutex_owned.rs | 85 let _lock = m1.clone().lock_owned().await; in aborted_future_2() localVariable
|
| D | sync_mutex.rs | 118 let _lock = m1.lock().await; in aborted_future_2() localVariable
|
| /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/python/cpython3/Lib/test/eintrdata/ |
| D | eintr_tester.py | 488 def _lock(self, lock_func, lock_name): member in FNTLEINTRTest
|
| /external/llvm-project/debuginfo-tests/dexter/dex/utils/ |
| D | PrettyOutputBase.py | 32 _lock = threading.Lock() variable
|
| /external/python/cpython3/Lib/ |
| D | webbrowser.py | 17 _lock = threading.RLock() variable
|
| /external/python/cpython2/Lib/logging/ |
| D | __init__.py | 201 _lock = threading.RLock() variable 203 _lock = None variable
|
| /external/autotest/server/hosts/ |
| D | servo_host.py | 1142 def _lock(self): member in ServoHost
|
| /external/llvm-project/libunwind/src/ |
| D | UnwindCursor.hpp | 103 static RWMutex _lock; member in libunwind::DwarfFDECache 130 RWMutex DwarfFDECache<A>::_lock; member in libunwind::DwarfFDECache<A>
|
| /external/python/pycparser/tests/c_files/ |
| D | cppd_with_stdio_h.c | 2312 _flock_t _lock; member
|
| /external/protobuf/python/google/protobuf/ |
| D | descriptor.py | 91 _lock = threading.Lock() variable
|
| /external/python/cpython3/Lib/asyncio/ |
| D | events.py | 669 _lock = threading.Lock() variable
|
| /external/tensorflow/tensorflow/python/ops/ |
| D | data_flow_ops.py | 1609 _lock = threading.Lock() variable in BaseStagingArea
|
| /external/python/cpython3/Lib/logging/ |
| D | __init__.py | 212 _lock = threading.RLock() variable
|