Home
last modified time | relevance | path

Searched refs:RecursiveMutexGuard (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc1011 base::RecursiveMutexGuard guard{&allocation_mutex_}; in NativeModule()
1028 base::RecursiveMutexGuard guard(&allocation_mutex_); in ReserveCodeTableForTesting()
1099 base::RecursiveMutexGuard guard{&allocation_mutex_}; in AddCodeForTesting()
1163 base::RecursiveMutexGuard guard(&allocation_mutex_); in UseLazyStub()
1199 base::RecursiveMutexGuard guard{&allocation_mutex_}; in AddCode()
1283 base::RecursiveMutexGuard lock(&allocation_mutex_); in PublishCode()
1297 base::RecursiveMutexGuard lock(&allocation_mutex_); in PublishCode()
1385 base::RecursiveMutexGuard lock(&allocation_mutex_); in ReinstallDebugCode()
1412 base::RecursiveMutexGuard guard{&allocation_mutex_}; in AllocateForDeserializedCode()
1439 base::RecursiveMutexGuard lock(&allocation_mutex_); in SnapshotCodeTable()
[all …]
Dwasm-code-manager.h725 base::RecursiveMutexGuard guard{&allocation_mutex_}; in AddWriter()
730 base::RecursiveMutexGuard guard{&allocation_mutex_}; in RemoveWriter()
735 base::RecursiveMutexGuard guard{&allocation_mutex_}; in MakeWritable()
/third_party/node/deps/v8/src/heap/
Dsafepoint.h108 base::RecursiveMutexGuard guard(&local_heaps_mutex_); in AddLocalHeap()
122 base::RecursiveMutexGuard guard(&local_heaps_mutex_); in RemoveLocalHeap()
/third_party/node/deps/v8/src/utils/
Dostreams.h88 base::RecursiveMutexGuard mutex_guard_{GetStdoutMutex()};
98 base::RecursiveMutexGuard mutex_guard_{GetStdoutMutex()};
/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc78 base::RecursiveMutexGuard lock_guard(&async_wraps_mutex_); in ~AsyncHooks()
159 base::RecursiveMutexGuard lock_guard(&async_wraps_mutex_); in CreateHook()
227 base::RecursiveMutexGuard lock_guard(&hooks->async_wraps_mutex_); in ShellPromiseHook()
/third_party/node/deps/v8/src/base/platform/
Dmutex.h321 using RecursiveMutexGuard = LockGuard<RecursiveMutex>; variable