Home
last modified time | relevance | path

Searched defs:TryLock (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
Dmutex.cc173 bool Mutex::TryLock() { in TryLock() function in v8::base::Mutex
214 bool RecursiveMutex::TryLock() { in TryLock() function in v8::base::RecursiveMutex
332 bool Mutex::TryLock() { in TryLock() function in v8::base::Mutex
373 bool RecursiveMutex::TryLock() { in TryLock() function in v8::base::RecursiveMutex
440 bool RecursiveMutex::TryLock() { return native_handle_.AcquireTry(); } in TryLock() function in v8::base::RecursiveMutex
/third_party/node/deps/v8/src/tasks/
Doperations-barrier.cc10 OperationsBarrier::Token OperationsBarrier::TryLock() { in TryLock() function in v8::internal::OperationsBarrier
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dspinlock.h86 inline bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true) { in TryLock() function
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dlock_test.cc237 TEST(LockTest, TryLock) { in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc1601 ABSL_XRAY_LOG_ARGS(1) bool Mutex::TryLock() { in TryLock() function in absl::Mutex
/third_party/node/deps/v8/src/execution/
Disolate.h2481 static bool TryLock(Isolate* isolate) { in TryLock() function
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4062 bool TryLock() { return m_Mutex.try_lock(); } in TryLock() function