|
<< Click to Display Table of Contents >> Navigation: Functions > CAS1_32 |
SIGNATURE=IW.Common.Interlocked.CAS1_32@Integer@CASDescriptor32
ETYPE=Function
Declaration:
Delphi: |
procedure CAS1_32(var ATarget: Integer; var d: CASDescriptor32); |
C++: |
void CAS1_32(int ATarget, CASDescriptor32 d); |
Unit: IW.Common.Interlocked.pas
Description: compare and swap 32-bits using a descriptor
Parameters:
•ATarget: Integer
•d: CASDescriptor32