/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 | 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/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/ |
D | TestCoroutineExceptionHandler.kt | 54 private val _lock = SynchronizedObject() in cleanupTestCoroutines() constant in kotlinx.coroutines.test.TestCoroutineExceptionHandler
|
/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 | 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/ |
D | _test_eintr.py | 489 def _lock(self, lock_func, lock_name): member in FNTLEINTRTest
|
/external/crosvm/base/src/windows/win/ |
D | stream_channel.rs | 268 let _lock = self.local_write_lock.lock(); in write_immutable() localVariable
|
/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/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 | 683 _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 | 217 _lock = threading.RLock() variable
|