Home
last modified time | relevance | path

Searched refs:TryLock (Results 1 – 25 of 30) sorted by relevance

12

/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
Dmutex.h63 bool TryLock() V8_WARN_UNUSED_RESULT;
165 bool TryLock() V8_WARN_UNUSED_RESULT;
/third_party/node/deps/v8/src/heap/
Dsafepoint.cc84 if (!local_heaps_mutex_.TryLock()) return; in TryInitiateGlobalSafepointScope()
156 if (!local_heaps_mutex_.TryLock()) { in LockMutex()
341 if (!clients_mutex_.TryLock()) { in EnterGlobalSafepointScope()
363 CHECK(shared_isolate_->heap()->safepoint()->local_heaps_mutex_.TryLock()); in EnterGlobalSafepointScope()
Dparked-scope.h56 if (!mutex_->TryLock()) { in ParkedMutexGuard()
/third_party/node/deps/v8/src/tasks/
Doperations-barrier.cc10 OperationsBarrier::Token OperationsBarrier::TryLock() { in TryLock() function in v8::internal::OperationsBarrier
Doperations-barrier.h92 Token TryLock();
/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/abseil-cpp/absl/synchronization/
Dmutex.h173 bool TryLock() ABSL_EXCLUSIVE_TRYLOCK_FUNCTION(true);
258 return this->TryLock(); in WriterTryLock()
Dmutex_test.cc106 } while (!cxt->mu.TryLock()); in TestTry()
1116 bool got_mu0 = mu0.TryLock();
1121 if (mu0.TryLock()) { // try lock shouldn't cause deadlock detector to fire
Dmutex.cc1601 ABSL_XRAY_LOG_ARGS(1) bool Mutex::TryLock() { in TryLock() function in absl::Mutex
/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/swiftshader/third_party/marl/
DCMakeLists.txt108 bool TryLock() __attribute__((try_acquire_capability(true))) { return true; };
111 if (m.TryLock()) {
/third_party/node/deps/v8/src/wasm/
Dwasm-engine.cc1012 return isolate_info_it->second->wrapper_compilation_barrier_->TryLock(); in StartWrapperCompilation()
1463 DCHECK(!mutex_.TryLock()); in FreeDeadCodeLocked()
1561 DCHECK(!mutex_.TryLock()); in TriggerGC()
1597 DCHECK(!mutex_.TryLock()); in RemoveIsolateFromCurrentGC()
1603 DCHECK(!mutex_.TryLock()); in PotentiallyFinishCurrentGC()
Dwasm-debug.cc248 DCHECK(!mutex_.TryLock()); // Mutex is held externally. in RecompileLiftoffWithBreakpoints()
375 DCHECK(!mutex_.TryLock()); // Mutex must be held externally. in FindAllBreakpoints()
388 DCHECK(!mutex_.TryLock()); // Mutex is held externally. in UpdateBreakpoints()
Dmodule-compiler.cc1877 auto engine_scope = engine_barrier_->TryLock(); in Run()
3607 DCHECK(!callbacks_mutex_.TryLock()); in TriggerCallbacks()
Dwasm-code-manager.cc981 GetWasmEngine()->GetBarrierForBackgroundCompile()->TryLock()), in NativeModule()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc157 // Moreover, we are using only TryLock(), if the decorator list
1407 if (g_decorators_mu.TryLock()) {
1427 if (!g_decorators_mu.TryLock()) {
1437 if (!g_decorators_mu.TryLock()) {
1458 if (!g_decorators_mu.TryLock()) {
1480 if (!g_file_mapping_mu.TryLock()) {
1508 if (!g_file_mapping_mu.TryLock()) {
/third_party/node/deps/v8/src/execution/
Disolate.h2481 static bool TryLock(Isolate* isolate) { in TryLock() function
2482 return isolate->break_access()->TryLock(); in TryLock()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4062 bool TryLock() { return m_Mutex.try_lock(); } in TryLock() function
4111 bool TryLockRead() { return m_Mutex.TryLock(); } in TryLockRead()
4114 bool TryLockWrite() { return m_Mutex.TryLock(); } in TryLockWrite()
/third_party/skia/third_party/externals/abseil-cpp/
Dsymbols_x86_rel.def777 ?TryLock@Mutex@absl@@QAE_NXZ
Dsymbols_arm64_rel.def776 ?TryLock@Mutex@absl@@QEAA_NXZ
Dsymbols_x64_rel.def781 ?TryLock@Mutex@absl@@QEAA_NXZ
Dsymbols_x64_rel_asan.def794 ?TryLock@Mutex@absl@@QEAA_NXZ
Dsymbols_x86_dbg.def2531 ?TryLock@Mutex@absl@@QAE_NXZ
Dsymbols_x64_dbg.def2537 ?TryLock@Mutex@absl@@QEAA_NXZ

12