[][src]Module core::arch::wasm32::atomic

🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on MIPS only.

Intrinsics associated with WebAssembly's upcoming threads proposal.

These intrinsics are all unstable because they're not actually stable in WebAssembly itself yet. The signatures may change as the specification is updated.

Functions

wait_i32 [
Experimental
] [
MIPS
]

Corresponding intrinsic to wasm's i32.atomic.wait instruction

wait_i64 [
Experimental
] [
MIPS
]

Corresponding intrinsic to wasm's i64.atomic.wait instruction

wake [
Experimental
] [
MIPS
]

Corresponding intrinsic to wasm's atomic.wake instruction