Searched refs:cwdCounter (Results 1 – 2 of 2) sorted by relevance
91 cwdCounter,122 const currentCounter = Atomics.load(cwdCounter, 0);129 workerIo.sharedCwdCounter = cwdCounter;
93 let cwdCounter; variable100 cwdCounter = new Uint32Array(new SharedArrayBuffer(4)); variable103 Atomics.add(cwdCounter, 0, 1);265 cwdCounter: cwdCounter || workerIo.sharedCwdCounter, property