tiny.simd.blockUntilDifferent
Defined in thread.wait.
Source
Source: lib/simd/src/thread/wait.zig:12
zig
pub fn blockUntilDifferent( previous: u32, word: *const WaitWord,) u32 { return sys.thread.blockUntilDifferent(previous, word);}Source: lib/simd/src/root.zig:117
zig
pub const blockUntilDifferent = thread.blockUntilDifferent;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |