Home
last modified time | relevance | path

Searched defs:try_lock (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/tracing/tracing-subscriber/src/
Dmacros.rs2 macro_rules! try_lock { macro
/third_party/skia/third_party/externals/angle2/src/common/
DSpinlock.h44 inline bool Spinlock::try_lock() noexcept in try_lock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMutex.h60 bool try_lock() { in try_lock() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h126 bool try_lock() { in try_lock() function
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmutex.h40 MARL_NO_EXPORT inline bool try_lock() TRY_ACQUIRE(true) { in try_lock() function
/third_party/rust/crates/tracing/tracing-core/src/spin/
Dmutex.rs67 pub(crate) fn try_lock(&self) -> Option<MutexGuard<'_, T>> { in try_lock() method