Home
last modified time | relevance | path

Searched refs:NoGarbageCollectionMutexGuard (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc133 NoGarbageCollectionMutexGuard lock_guard(g_mutex.Pointer()); in NotifyWake()
250 NoGarbageCollectionMutexGuard lock_guard(g_mutex.Pointer()); in Wake()
384 NoGarbageCollectionMutexGuard lock_guard(g_mutex.Pointer()); in WaitSync()
547 NoGarbageCollectionMutexGuard lock_guard(g_mutex.Pointer()); in WaitAsync()
662 NoGarbageCollectionMutexGuard lock_guard(g_mutex.Pointer()); in Wake()
823 NoGarbageCollectionMutexGuard lock_guard(g_mutex.Pointer()); in ResolveAsyncWaiterPromises()
856 NoGarbageCollectionMutexGuard lock_guard(g_mutex.Pointer()); in HandleAsyncWaiterTimeout()
877 NoGarbageCollectionMutexGuard lock_guard(g_mutex.Pointer()); in IsolateDeinit()
922 NoGarbageCollectionMutexGuard lock_guard(g_mutex.Pointer()); in NumWaitersForTesting()
946 NoGarbageCollectionMutexGuard lock_guard(g_mutex.Pointer()); in NumAsyncWaitersForTesting()
[all …]
/third_party/node/deps/v8/src/common/
Dassert-scope.h295 class V8_NODISCARD NoGarbageCollectionMutexGuard {
297 explicit NoGarbageCollectionMutexGuard(base::Mutex* mutex) in NoGarbageCollectionMutexGuard() function
/third_party/node/deps/v8/src/logging/
Dlog-utils.h101 NoGarbageCollectionMutexGuard lock_guard_;