MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fx_Atomics_sub

Function fx_Atomics_sub

xs/sources/xsAtomics.c:536–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536void fx_Atomics_sub(txMachine* the)
537{
538 mxAtomicsDeclarations(0, 0, 1);
539 fxPushAtomicsValue(the, 2, dispatch->value.typedArray.dispatch->constructorID);
540 (*dispatch->value.typedArray.atomics->sub)(the, host, offset, the->stack, 0);
541 mxPullSlot(mxResult);
542}
543
544void fx_Atomics_wait(txMachine* the)
545{

Callers

nothing calls this directly

Calls 1

fxPushAtomicsValueFunction · 0.85

Tested by

no test coverage detected