Home
last modified time | relevance | path

Searched defs:MutexGuard (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/libplatform/
Ddefault-foreground-task-runner.cc41 const base::MutexGuard&) { in PostTaskLocked()
58 Nestability nestability, const base::MutexGuard&) { in PostDelayedTaskLocked()
144 const base::MutexGuard&, Nestability* nestability) { in PopTaskFromDelayedQueueLocked()
172 void DefaultForegroundTaskRunner::WaitForTaskLocked(const base::MutexGuard&) { in WaitForTaskLocked()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutexGuard.h32 MutexGuard(sys::Mutex &m) : M(m) { M.lock(); } in MutexGuard() function
/third_party/node/deps/v8/src/compiler-dispatcher/
Dlazy-compile-dispatcher.cc388 const base::MutexGuard&) { in ScheduleIdleTaskFromAnyThread()
545 void LazyCompileDispatcher::DeleteJob(Job* job, const base::MutexGuard&) { in DeleteJob()
557 void LazyCompileDispatcher::VerifyBackgroundTaskCount(const base::MutexGuard&) { in VerifyBackgroundTaskCount()
Dlazy-compile-dispatcher.h182 void VerifyBackgroundTaskCount(const base::MutexGuard&) {} in VerifyBackgroundTaskCount()
/third_party/node/deps/v8/src/base/platform/
Dmutex.h320 using MutexGuard = LockGuard<Mutex>; variable