{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Struct UnsafeAtomicCounter64 | Collections | 2.3.0-pre.3
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct UnsafeAtomicCounter64

    A 64-bit atomic counter.

    Namespace: Unity.Collections.LowLevel.Unsafe
    Assembly: solution.dll
    Syntax
    public struct UnsafeAtomicCounter64
    Remarks

    Rather than have its own long, a counter points to a long. This arrangement lets counters in different jobs share reference to the same underlying long.

    Constructors

    Name Description
    UnsafeAtomicCounter64(void*)

    Initializes and returns an instance of UnsafeAtomicCounter64.

    Fields

    Name Description
    Counter

    The long that is modified by this counter.

    Methods

    Name Description
    Add(long)

    Atomically adds a value to this counter.

    AddSat(long, long)

    Atomically adds a value to this counter. The result will not be greater than a maximum value.

    Reset(long)

    Non-atomically sets this counter to a value.

    Sub(long)

    Atomically subtracts a value from this counter.

    SubSat(long, long)

    Atomically subtracts a value from this counter. The result will not be less than a minimum value.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)