Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-futex.cc41 return FutexEmulation::NumAsyncWaitersForTesting(isolate); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/
Dfutex-emulation.h194 static Object NumAsyncWaitersForTesting(Isolate* isolate);
Dfutex-emulation.cc945 Object FutexEmulation::NumAsyncWaitersForTesting(Isolate* isolate) { in NumAsyncWaitersForTesting() function in v8::internal::FutexEmulation