* TJSAtomics.Notify count is optional

This commit is contained in:
Michael Van Canneyt 2025-04-24 10:57:14 +02:00
parent c7277c9b7d
commit fa58323e47

View File

@ -1136,6 +1136,7 @@ type
class function isLockFree(size : integer) : integer;
class function load(aTypedArray : TJSTypedArray; Index : integer) : integer;
class function notify(aTypedArray : TJSTypedArray; Index : integer; count : integer) : integer;
class function notify(aTypedArray : TJSTypedArray; Index : integer) : integer;
class function or_(aTypedArray : TJSTypedArray; index: integer; value : Integer) : integer; external name 'or';
class function store(aTypedArray : TJSTypedArray; index: integer; value : Integer) : integer;
class function sub(aTypedArray : TJSTypedArray; index: integer; value : Integer) : integer;