Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1711 - 1720 of 2,346 for host:doc.rust-lang.org (0.05 sec)

  1. atomic_cxchg_acquire_seqcst in std::intrinsics ...

    Stores a value if the current value is the same as the `old` value. `T` must be an integer or pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_cxchg_acquire_seqcst.html
    Registered: Mon Aug 04 02:53:23 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  2. atomic_max_relaxed in std::intrinsics - Rust

    Maximum with the current value using a signed comparison. `T` must be a signed integer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_max_relaxed.html
    Registered: Mon Aug 04 02:57:39 UTC 2025
    - Last Modified: Thu Jun 26 17:59:42 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  3. atomic_and_acqrel in std::intrinsics - Rust

    Bitwise and with the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_and_acqrel.html
    Registered: Mon Aug 04 02:56:44 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  4. atomic_fence_acqrel in std::intrinsics - Rust

    An atomic fence.
    doc.rust-lang.org/std/intrinsics/fn.atomic_fence_acqrel.html
    Registered: Mon Aug 04 02:57:51 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  5. atomic_nand_acqrel in std::intrinsics - Rust

    Bitwise nand with the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_nand_acqrel.html
    Registered: Mon Aug 04 03:01:32 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  6. atomic_singlethreadfence_acquire in std::intrin...

    A compiler-only memory barrier.
    doc.rust-lang.org/std/intrinsics/fn.atomic_singlethreadfence_acquire.html
    Registered: Mon Aug 04 03:01:37 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  7. atomic_xadd_acquire in std::intrinsics - Rust

    Adds to the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xadd_acquire.html
    Registered: Mon Aug 04 03:01:48 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  8. atomic_xsub_release in std::intrinsics - Rust

    Subtract from the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xsub_release.html
    Registered: Mon Aug 04 03:01:52 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  9. atomic_singlethreadfence_acqrel in std::intrins...

    A compiler-only memory barrier.
    doc.rust-lang.org/std/intrinsics/fn.atomic_singlethreadfence_acqrel.html
    Registered: Mon Aug 04 02:59:59 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  10. atomic_singlethreadfence_seqcst in std::intrins...

    A compiler-only memory barrier.
    doc.rust-lang.org/std/intrinsics/fn.atomic_singlethreadfence_seqcst.html
    Registered: Mon Aug 04 03:03:20 UTC 2025
    - Last Modified: Thu Jun 26 17:59:41 UTC 2025
    - 4.2K bytes
    - Viewed (0)
Back to top