- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 2 of 2 for host:doc.rust-lang.org (0.03 sec)
Similar results are displayed.
-
atomic_xadd_seqcst 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_seqcst.htmlRegistered: Wed Jun 04 02:30:54 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 4.8K bytes - Viewed (0) -
atomic_xadd_relaxed 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_relaxed.htmlRegistered: Wed Jun 04 02:30:18 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 4.8K bytes - Viewed (0)