/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/try-lock/src/ |
D | lib.rs | 65 pub struct TryLock<T> { struct 70 impl<T> TryLock<T> { argument 187 unsafe impl<T: Send> Send for TryLock<T> {} implementation 188 unsafe impl<T: Send> Sync for TryLock<T> {} implementation 190 impl<T: fmt::Debug> fmt::Debug for TryLock<T> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/gflags/src/ |
H A 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
|
/aosp_15_r20/device/google/contexthub/firmware/os/inc/ |
D | trylock.h | 27 struct TryLock { struct 31 #define TRYLOCK_DECL_STATIC(name) struct TryLock name argument
|
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/try-lock/ |
D | README.md | 1 # TryLock chapter
|
/aosp_15_r20/external/webrtc/rtc_base/synchronization/ |
H A D | mutex_abseil.h | 27 ABSL_MUST_USE_RESULT bool TryLock() RTC_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
H A D | mutex_critical_section.h | 41 ABSL_MUST_USE_RESULT bool TryLock() RTC_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
H A D | mutex.h | 44 ABSL_MUST_USE_RESULT bool TryLock() RTC_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
H A D | mutex_pthread.h | 47 ABSL_MUST_USE_RESULT bool TryLock() RTC_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Host/ |
D | ProcessRunLock.h | 43 bool TryLock(ProcessRunLock *lock) { in TryLock() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Host/ |
D | ProcessRunLock.h | 43 bool TryLock(ProcessRunLock *lock) { in TryLock() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Host/ |
D | ProcessRunLock.h | 43 bool TryLock(ProcessRunLock *lock) { in TryLock() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Host/ |
D | ProcessRunLock.h | 43 bool TryLock(ProcessRunLock *lock) { in TryLock() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
H A D | validator_runner.h | 129 bool TryLock() { in TryLock() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/ |
D | mutex.go | 100 func (m *Mutex) TryLock() bool { func
|
D | rwmutex.go | 167 func (rw *RWMutex) TryLock() bool { func
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/ |
H A D | spinlock.h | 89 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | spinlock.h | 84 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
H A D | spinlock.h | 84 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/ |
H A D | spinlock.h | 84 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/ |
H A D | spinlock.h | 92 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/ |
H A D | spinlock.h | 92 ABSL_MUST_USE_RESULT inline bool TryLock() in TryLock() function
|
/aosp_15_r20/external/abseil-cpp/absl/base/internal/ |
H A D | spinlock.h | 92 ABSL_MUST_USE_RESULT inline bool TryLock() in TryLock() function
|