Home
last modified time | relevance | path

Searched refs:guard_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-import-wrapper-cache.h63 : cache_(cache), guard_(&cache->mutex_) {} in ModificationScope()
69 base::MutexGuard guard_; member in v8::internal::wasm::WasmImportWrapperCache::ModificationScope
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarking-worklists.h145 explicit ConditionalMutexGuard(v8::base::Mutex* lock) : guard_(lock) {} in ConditionalMutexGuard()
148 v8::base::MutexGuard guard_; member
/third_party/node/deps/v8/src/common/
H A Dassert-scope.h298 : guard_(mutex), mutex_(mutex), no_gc_(new DisallowGarbageCollection()) {} in NoGarbageCollectionMutexGuard()
310 base::MutexGuard guard_; member in v8::internal::NoGarbageCollectionMutexGuard
/third_party/node/deps/v8/src/heap/
H A Dpaged-spaces.h333 guard_.emplace(&space->space_mutex_); in ConcurrentAllocationMutex()
337 base::Optional<base::MutexGuard> guard_; member in v8::internal::PagedSpace::ConcurrentAllocationMutex

Completed in 3 milliseconds