Searched refs:guard_ (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ | ||
H A D | wasm-import-wrapper-cache.h | 63 : 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 D | marking-worklists.h | 145 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 D | assert-scope.h | 298 : 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 D | paged-spaces.h | 333 guard_.emplace(&space->space_mutex_); in ConcurrentAllocationMutex() 337 base::Optional<base::MutexGuard> guard_; member in v8::internal::PagedSpace::ConcurrentAllocationMutex |
Completed in 3 milliseconds