Searched refs:cwdCounter (Results 1 – 2 of 2) sorted by relevance
90 cwdCounter,119 const currentCounter = Atomics.load(cwdCounter, 0);126 workerIo.sharedCwdCounter = cwdCounter;
91 let cwdCounter; variable98 cwdCounter = new Uint32Array(new SharedArrayBuffer(4)); variable101 Atomics.add(cwdCounter, 0, 1);251 cwdCounter: cwdCounter || workerIo.sharedCwdCounter, property