Static methods

@:noExpr@:native("_hx_atomic_dec")staticatomicDec(ioValue:Pointer<AtomicInt>):Int

Returns value before decrement.

@:noExpr@:native("_hx_atomic_inc")staticatomicInc(ioValue:Pointer<AtomicInt>):Int

Returns value before increment.

@:noExpr@:native("_hx_atomic_exchange_if")staticexchangeIf(ioValue:Pointer<AtomicInt>, test:Int, newVal:Int):Bool

Returns true if exchange took place.