MCPcopy Create free account
hub / github.com/nodejs/node / waitForAllWorkers

Function waitForAllWorkers

deps/v8/test/mjsunit/wasm/atomics-memory64.js:213–215  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

211 };`;
212
213 let waitForAllWorkers = function(index) {
214 while (%AtomicsNumWaitersForTesting(i32a, index / 4) != numWorkers) {}
215 }
216
217 let jsWakeCheck = function(index, num, workers, msg) {
218 waitForAllWorkers(index);

Callers 2

jsWakeCheckFunction · 0.70
wasmWakeCheckFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected