Home
last modified time | relevance | path

Searched defs:_lock (Results 1 – 23 of 23) sorted by relevance

/external/rust/crates/crossbeam-utils/tests/
Dsharded_lock.rs58 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/
Dbrcm_pm_ops.c41 #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/
DTestCoroutineExceptionHandler.kt54 private val _lock = SynchronizedObject() in cleanupTestCoroutines() constant in kotlinx.coroutines.test.TestCoroutineExceptionHandler
/external/rust/crates/parking_lot/src/
Drwlock.rs187 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
Dremutex.rs119 let _lock = m.try_lock(); in trylock_works() localVariable
Dfair_mutex.rs259 let _lock = mutex.lock(); in test_mutex_debug() localVariable
Dmutex.rs296 let _lock = mutex.lock(); in test_mutex_debug() localVariable
/external/tensorflow/tensorflow/python/summary/writer/
Dwriter_cache.py38 _lock = threading.RLock() variable in FileWriterCache
/external/toolchain-utils/crosperf/
Dimage_checksummer.py49 _lock = threading.Lock() variable in ImageChecksummer
/external/rust/crates/tokio/tests/
Dsync_mutex_owned.rs85 let _lock = m1.clone().lock_owned().await; in aborted_future_2() localVariable
Dsync_mutex.rs118 let _lock = m1.lock().await; in aborted_future_2() localVariable
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dlog.py37 _lock = threading.Lock() variable
/external/python/oauth2client/oauth2client/contrib/
Dmultistore_file.py299 def _lock(self): member in _MultiStore
/external/python/cpython3/Lib/test/
D_test_eintr.py489 def _lock(self, lock_func, lock_name): member in FNTLEINTRTest
/external/crosvm/base/src/windows/win/
Dstream_channel.rs268 let _lock = self.local_write_lock.lock(); in write_immutable() localVariable
/external/python/cpython3/Lib/
Dwebbrowser.py17 _lock = threading.RLock() variable
/external/python/cpython2/Lib/logging/
D__init__.py201 _lock = threading.RLock() variable
203 _lock = None variable
/external/autotest/server/hosts/
Dservo_host.py1142 def _lock(self): member in ServoHost
/external/python/pycparser/tests/c_files/
Dcppd_with_stdio_h.c2312 _flock_t _lock; member
/external/protobuf/python/google/protobuf/
Ddescriptor.py91 _lock = threading.Lock() variable
/external/python/cpython3/Lib/asyncio/
Devents.py683 _lock = threading.Lock() variable
/external/tensorflow/tensorflow/python/ops/
Ddata_flow_ops.py1609 _lock = threading.Lock() variable in BaseStagingArea
/external/python/cpython3/Lib/logging/
D__init__.py217 _lock = threading.RLock() variable