Developer Guide and Reference

ID 767251
Date 10/31/2024
Public
Document Table of Contents

Atomic Intrinsic Subroutines

The following table lists atomic intrinsic subroutines.

Atomic Operation

Name

Procedure Type

Description

ATOMIC_ADD

Intrinsic Subroutine

Performs atomic addition.

ATOMIC_AND

Intrinsic Subroutine

Performs atomic bitwise AND.

ATOMIC_CAS

Intrinsic Subroutine

Performs atomic compare and swap.

ATOMIC_DEFINE

Intrinsic Subroutine

Performs atomically defines a variable.

ATOMIC_FETCH_ADD

Intrinsic Subroutine

Performs atomic fetch and add.