Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

AtomicExchange

Declaration

Source position: systemh.inc line 1601

function AtomicExchange(

  var Target: LongInt;

  Source: LongInt

):LongInt;

function AtomicExchange(

  var Target: Int64;

  Source: Int64

):Int64;

function AtomicExchange(

  var Target: pointer;

  Source: pointer

):pointer;

function AtomicExchange(

  var Target: Cardinal;

  Source: Cardinal

):Cardinal;

function AtomicExchange(

  var Target: QWord;

  Source: QWord

):QWord;


Documentation generated on: Jul 24 2023