/external/rust/crates/tokio/src/util/ |
D | try_lock.rs | 8 pub(crate) struct TryLock<T> { struct 14 lock: &'a TryLock<T>, argument 18 unsafe impl<T: Send> Send for TryLock<T> {} implementation 19 unsafe impl<T: Send> Sync for TryLock<T> {} implementation 32 impl<T> TryLock<T> { implementation
|
/external/rust/crates/futures-channel/src/ |
D | lock.rs | 24 pub(crate) struct TryLock<'a, T> { struct 25 __ptr: &'a Lock<T>, 61 impl<T> Deref for TryLock<'_, T> { implementation 70 impl<T> DerefMut for TryLock<'_, T> { implementation 81 impl<T> Drop for TryLock<'_, T> { implementation
|
/external/gflags/src/ |
D | mutex.h | 225 bool Mutex::TryLock() { if (mutex_) return false; Lock(); return true; } in TryLock() function 244 bool Mutex::TryLock() { return is_safe_ ? in TryLock() function 268 bool Mutex::TryLock() { return is_safe_ ? in TryLock() function 293 bool Mutex::TryLock() { return is_safe_ ? in TryLock() function
|
/external/webrtc/rtc_base/synchronization/ |
D | mutex_abseil.h | 26 RTC_WARN_UNUSED_RESULT bool TryLock() RTC_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
D | mutex_critical_section.h | 40 RTC_WARN_UNUSED_RESULT bool TryLock() RTC_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
D | mutex_pthread.h | 42 RTC_WARN_UNUSED_RESULT bool TryLock() RTC_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
D | mutex.h | 48 RTC_WARN_UNUSED_RESULT bool TryLock() RTC_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
D | validator_runner.h | 118 bool TryLock() { in TryLock() function
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | spinlock.h | 89 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/external/abseil-cpp/absl/base/internal/ |
D | spinlock.h | 88 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | spinlock.h | 89 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | spinlock.h | 86 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | spinlock.h | 88 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | spinlock.h | 88 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/external/rust/crates/jni/src/wrapper/ |
D | errors.rs | 31 TryLock, enumerator
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mutex.h | 35 bool TryLock() { in TryLock() function
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_test_util_posix.cc | 194 bool Mutex::TryLock() { in TryLock() function in Mutex 482 bool ScopedThread::TryLock(const Mutex &m) { in TryLock() function in ScopedThread
|
/external/sfntly/cpp/src/test/ |
D | lock_test.cc | 237 TEST(LockTest, TryLock) { in TEST() argument
|
/external/libchrome/base/synchronization/ |
D | lock_unittest.cc | 113 TEST(LockTest, TryLock) { in TEST() argument
|
/external/toolchain-utils/ |
D | file_lock_machine.py | 298 def TryLock(self, timeout=300, exclusive=False, reason=''): member in Machine
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1601 ABSL_XRAY_LOG_ARGS(1) bool Mutex::TryLock() { in TryLock() function in absl::Mutex
|
/external/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1601 ABSL_XRAY_LOG_ARGS(1) bool Mutex::TryLock() { in TryLock() function in absl::Mutex
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1601 ABSL_XRAY_LOG_ARGS(1) bool Mutex::TryLock() { in TryLock() function in absl::Mutex
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/ |
D | mutex.cc | 1590 ABSL_XRAY_LOG_ARGS(1) bool Mutex::TryLock() { in TryLock() function in absl::Mutex
|
/external/openscreen/third_party/abseil/src/absl/synchronization/ |
D | mutex.cc | 1590 ABSL_XRAY_LOG_ARGS(1) bool Mutex::TryLock() { in TryLock() function in absl::Mutex
|