Home
last modified time | relevance | path

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

12

/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.c42 #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/
DTestCoroutineExceptionHandler.kt55 private val _lock = SynchronizedObject() in cleanupTestCoroutines() constant
/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.py34 _lock = threading.RLock() variable in FileWriterCache
/external/cronet/build/fuchsia/test/
Dlockfile.py43 def _lock(path, timeout=0): function
/external/angle/build/fuchsia/test/
Dlockfile.py43 def _lock(path, timeout=0): function
/external/toolchain-utils/crosperf/
Dimage_checksummer.py56 _lock = threading.Lock() variable in ImageChecksummer
/external/rust/crates/tokio/tests/
Dsync_mutex_owned.rs99 let _lock = m1.clone().lock_owned().await; in aborted_future_2() localVariable
Dsync_mutex.rs132 let _lock = m1.lock().await; in aborted_future_2() localVariable
/external/autotest/server/hosts/
Dattached_device_host.py81 def _lock(self): member in AttachedDeviceHost
Dservo_host.py1409 def _lock(self): member in ServoHost
/external/cronet/build/android/
Dfast_local_dev_server.py45 _lock = threading.Lock() variable in TaskStats
/external/angle/build/android/
Dfast_local_dev_server.py45 _lock = threading.Lock() variable in TaskStats
/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/autotest/utils/frozen_chromite/third_party/oauth2client/
Dmultistore_file.py281 def _lock(self): member in _MultiStore
/external/openthread/tools/harness-automation/autothreadharness/
Dopen_thread_controller.py49 _lock = threading.Lock() variable in OpenThreadController
/external/python/cpython3/Lib/test/
D_test_eintr.py489 def _lock(self, lock_func, lock_name): member in FNTLEINTRTest
/external/python/cpython3/Lib/
Dwebbrowser.py17 _lock = threading.RLock() variable
/external/crosvm/base/src/sys/windows/
Dstream_channel.rs290 let _lock = self.local_write_lock.lock(); in write_immutable() localVariable
/external/python/cpython2/Lib/logging/
D__init__.py201 _lock = threading.RLock() variable
203 _lock = None variable

12