blob: 76a4a5dff5b920a621d6baf7eb7cee28d3c75c23 [file] [log] [blame]
Kaido Kertf309f9a2021-04-30 12:09:15 -07001// Copyright 2020 the V8 project authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "src/heap/cppgc/process-heap.h"
6
7#include "include/cppgc/internal/process-heap.h"
8
9namespace cppgc {
10namespace internal {
11
12AtomicEntryFlag ProcessHeap::concurrent_marking_flag_;
13
14v8::base::LazyMutex g_process_mutex = LAZY_MUTEX_INITIALIZER;
15
16} // namespace internal
17} // namespace cppgc